Html Css Color HEX #5F92DB Cornflower Blue

📋 copy color: '#5F92DB'

red 95 ◦ green 146 ◦ blue 219

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

Shades of Cornflower Blue #5F92DB

Tints of Cornflower Blue #5F92DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.74%

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

R = 20.65%
G = 31.74%
B = 47.61%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F92DB (or 0x5F92DB) is known color: Cornflower Blue. HEX triplet: 5F, 92 and DB. RGB value is (95,146,219). Sum of RGB (Red+Green+Blue) = 95+146+219=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F92DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F92DB is #A06D24. Grayscale: #8A8A8A. Windows color (decimal): -10513701 or 14389855. OLE color: 14389855.

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

Color convert

RGB 95 146 219 -
CMYK 0.57 0.33 0 0.14
HSL 215.32º 0.63% 0.62% -
HSV(B) 215.32º 0.57% 0.86% -
XYZ 27.78 28.11 70.98 -
YUV 139.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 95 146 219 0.57 0.33 0 0.14 215.32 0.63 0.62
Hex 5F 92 DB 39 21 0 E D7 3F 3E
Octal 137 222 333 71 41 0 16 327 77 76
Binary 1011111 10010010 11011011 111001 100001 0 1110 11010111 111111 111110

Color Harmonies of #5F92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F92DB

Black with #5F92DB

Text Example


Text Example

White with #5F92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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