Html Css Color HEX #5F90DB Cornflower Blue

📋 copy color: '#5F90DB'

red 95 ◦ green 144 ◦ blue 219

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

Shades of Cornflower Blue #5F90DB

Tints of Cornflower Blue #5F90DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

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

R = 20.74%
G = 31.44%
B = 47.82%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F90DB (or 0x5F90DB) is known color: Cornflower Blue. HEX triplet: 5F, 90 and DB. RGB value is (95,144,219). Sum of RGB (Red+Green+Blue) = 95+144+219=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F90DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F90DB is #A06F24. Grayscale: #898989. Windows color (decimal): -10514213 or 14389343. OLE color: 14389343.

HSL color Cylindrical-coordinate representation of color #5F90DB: hue angle of 216.29º 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 #5F90DB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 144 219 -
CMYK 0.57 0.34 0 0.14
HSL 216.29º 0.63% 0.62% -
HSV(B) 216.29º 0.57% 0.86% -
XYZ 27.48 27.49 70.88 -
YUV 137.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 95 144 219 0.57 0.34 0 0.14 216.29 0.63 0.62
Hex 5F 90 DB 39 22 0 E D8 3F 3E
Octal 137 220 333 71 42 0 16 330 77 76
Binary 1011111 10010000 11011011 111001 100010 0 1110 11011000 111111 111110

Color Harmonies of #5F90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F90DB

Black with #5F90DB

Text Example


Text Example

White with #5F90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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