Html Css Color HEX #5F92DC Cornflower Blue

📋 copy color: '#5F92DC'

red 95 ◦ green 146 ◦ blue 220

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

Shades of Cornflower Blue #5F92DC

Tints of Cornflower Blue #5F92DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 20.61%
G = 31.67%
B = 47.72%

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

#5F92DC (or 0x5F92DC) is known color: Cornflower Blue. HEX triplet: 5F, 92 and DC. RGB value is (95,146,220). Sum of RGB (Red+Green+Blue) = 95+146+220=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F92DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F92DC is #A06D23. Grayscale: #8A8A8A. Windows color (decimal): -10513700 or 14455391. OLE color: 14455391.

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

Color convert

RGB 95 146 220 -
CMYK 0.57 0.34 0 0.14
HSL 215.52º 0.64% 0.62% -
HSV(B) 215.52º 0.57% 0.86% -
XYZ 27.92 28.16 71.67 -
YUV 139.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 95 146 220 0.57 0.34 0 0.14 215.52 0.64 0.62
Hex 5F 92 DC 39 22 0 E D8 40 3E
Octal 137 222 334 71 42 0 16 330 100 76
Binary 1011111 10010010 11011100 111001 100010 0 1110 11011000 1000000 111110

Color Harmonies of #5F92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F92DC

Black with #5F92DC

Text Example


Text Example

White with #5F92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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