#185AFD

Color #185AFD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #185AFD

Tints of Royal Blue #185AFD

Color information

#185AFD (or 0x185AFD) is unknown color: approx Royal Blue. HEX triplet: 18, 5A and FD. RGB value is (24,90,253). Sum of RGB (Red+Green+Blue) = 24+90+253=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #185AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AFD is #E7A502. Grayscale: #585858. Windows color (decimal): -15181059 or 16603672. OLE color: 16603672.

HSL color Cylindrical-coordinate representation of color #185AFD: hue angle of 222.71º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #185AFD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2490253-
CMYK0.910.6400.01
HSL222.71º98.28%54.31%-
HSV(B)222.71º90.51%99.22%-
XYZ21.7614.694.6-
YUV88.85220.6381.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 6.54%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 253 (99.22% from 255) = 68.94%
R=6.54%
G=24.52%
B=68.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal24902530.910.6400.01222.7198.2854.31
Hex185AFD5B4001df6236
Octal301323751331000133714266
Binary110001011010111111011011011100000001110111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185AFD; }

 p { color: rgb(24,90,253); }

 H1.HeaderClassName
 {
   color: #185AFD;
 }
 .AnyTagClassName
 {
   color: #185AFD;
 }
</style>
background-color css

<style>
 a { background-color: #185AFD; }

 a { background-color: rgb(24,90,253); }

 div.DivClassName
 {
   background-color: #185AFD;
 }
 .BgClassName
 {
   background-color: #185AFD;
 }
</style>
border-color css

<style>
 span { border-color: #185AFD; }

 span { border-color: rgb(24,90,253); }

 td.TdClassName
 {
   border-color: #185AFD;
 }
 .TagClassName
 {
   border-color: #185AFD;
 }
</style>