Html Css Color HEX #185BEE Royal Blue

📋 copy color: '#185BEE'

red 24 ◦ green 91 ◦ blue 238

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

Shades of Royal Blue #185BEE

Tints of Royal Blue #185BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 6.8%
G = 25.78%
B = 67.42%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#185BEE (or 0x185BEE) is known color: Royal Blue. HEX triplet: 18, 5B and EE. RGB value is (24,91,238). Sum of RGB (Red+Green+Blue) = 24+91+238=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #185BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185BEE is #E7A411. Grayscale: #575757. Windows color (decimal): -15180818 or 15620888. OLE color: 15620888.

HSL color Cylindrical-coordinate representation of color #185BEE: hue angle of 221.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185BEE is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 91 238 -
CMYK 0.90 0.62 0 0.07
HSL 221.22º 0.86% 0.51% -
HSV(B) 221.22º 0.9% 0.93% -
XYZ 19.55 13.85 82.53 -
YUV 87.73 212.8 82.55 -
System Red Green Blue C M Y K H S L
Decimal 24 91 238 0.90 0.62 0 0.07 221.22 0.86 0.51
Hex 18 5B EE 5A 3E 0 7 DD 56 33
Octal 30 133 356 132 76 0 7 335 126 63
Binary 11000 1011011 11101110 1011010 111110 0 111 11011101 1010110 110011

Color Harmonies of #185BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185BEE

Black with #185BEE

Text Example


Text Example

White with #185BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,91,238); }

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

background-color css

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

 a { background-color: rgb(24,91,238); }

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

border-color css

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

 span { border-color: rgb(24,91,238); }

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