Html Css Color HEX #5F85DB Cornflower Blue

📋 copy color: '#5F85DB'

red 95 ◦ green 133 ◦ blue 219

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

Shades of Cornflower Blue #5F85DB

Tints of Cornflower Blue #5F85DB

RGB

 RED value IS 95 (37.5% from 255) = 21.25%

 GREEN value IS 133 (52.34% from 255) = 29.75%

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 21.25%
G = 29.75%
B = 48.99%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F85DB (or 0x5F85DB) is known color: Cornflower Blue. HEX triplet: 5F, 85 and DB. RGB value is (95,133,219). Sum of RGB (Red+Green+Blue) = 95+133+219=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F85DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F85DB is #A07A24. Grayscale: #838383. Windows color (decimal): -10517029 or 14386527. OLE color: 14386527.

HSL color Cylindrical-coordinate representation of color #5F85DB: hue angle of 221.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F85DB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 133 219 -
CMYK 0.57 0.39 0 0.14
HSL 221.61º 0.63% 0.62% -
HSV(B) 221.61º 0.57% 0.86% -
XYZ 25.89 24.32 70.35 -
YUV 131.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 95 133 219 0.57 0.39 0 0.14 221.61 0.63 0.62
Hex 5F 85 DB 39 27 0 E DE 3F 3E
Octal 137 205 333 71 47 0 16 336 77 76
Binary 1011111 10000101 11011011 111001 100111 0 1110 11011110 111111 111110

Color Harmonies of #5F85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F85DB

Black with #5F85DB

Text Example


Text Example

White with #5F85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F85DB; }

 p { color: rgb(95,133,219); }

 H1.HeaderClassName
 {
   color: #5F85DB;
 }
 .AnyTagClassName
 {
   color: #5F85DB;
 }
</style>

background-color css

<style>
 a { background-color: #5F85DB; }

 a { background-color: rgb(95,133,219); }

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

border-color css

<style>
 span { border-color: #5F85DB; }

 span { border-color: rgb(95,133,219); }

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