Html Css Color HEX #185AFE Royal Blue

📋 copy color: '#185AFE'

red 24 ◦ green 90 ◦ blue 254

#185AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #185AFE

Tints of Royal Blue #185AFE

RGB

 RED value IS 24 (9.77% from 255) = 6.52%

 GREEN value IS 90 (35.55% from 255) = 24.46%

 BLUE value IS 254 (99.61% from 255) = 69.02%

R = 6.52%
G = 24.46%
B = 69.02%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#185AFE (or 0x185AFE) is known color: Royal Blue. HEX triplet: 18, 5A and FE. RGB value is (24,90,254). Sum of RGB (Red+Green+Blue) = 24+90+254=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #185AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AFE is #E7A501. Grayscale: #585858. Windows color (decimal): -15181058 or 16669208. OLE color: 16669208.

HSL color Cylindrical-coordinate representation of color #185AFE: hue angle of 222.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #185AFE is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 90 254 -
CMYK 0.91 0.65 0 0.00
HSL 222.78º 0.99% 0.55% -
HSV(B) 222.78º 0.91% 1% -
XYZ 21.92 14.66 95.44 -
YUV 88.96 221.13 81.66 -
System Red Green Blue C M Y K H S L
Decimal 24 90 254 0.91 0.65 0 0.00 222.78 0.99 0.55
Hex 18 5A FE 5B 41 0 0 DF 63 37
Octal 30 132 376 133 101 0 0 337 143 67
Binary 11000 1011010 11111110 1011011 1000001 0 0 11011111 1100011 110111

Color Harmonies of #185AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AFE

Black with #185AFE

Text Example


Text Example

White with #185AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #185AFE;
 }
 .AnyTagClassName
 {
   color: #185AFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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