Html Css Color HEX #5F92D9 Cornflower Blue

📋 copy color: '#5F92D9'

red 95 ◦ green 146 ◦ blue 217

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

Shades of Cornflower Blue #5F92D9

Tints of Cornflower Blue #5F92D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.38%

R = 20.74%
G = 31.88%
B = 47.38%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5F92D9 (or 0x5F92D9) is known color: Cornflower Blue. HEX triplet: 5F, 92 and D9. RGB value is (95,146,217). Sum of RGB (Red+Green+Blue) = 95+146+217=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #5F92D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F92D9 is #A06D26. Grayscale: #8A8A8A. Windows color (decimal): -10513703 or 14258783. OLE color: 14258783.

HSL color Cylindrical-coordinate representation of color #5F92D9: hue angle of 214.92º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F92D9 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 146 217 -
CMYK 0.56 0.33 0 0.15
HSL 214.92º 0.62% 0.61% -
HSV(B) 214.92º 0.56% 0.85% -
XYZ 27.52 28 69.6 -
YUV 138.85 172.1 96.73 -
System Red Green Blue C M Y K H S L
Decimal 95 146 217 0.56 0.33 0 0.15 214.92 0.62 0.61
Hex 5F 92 D9 38 21 0 F D7 3E 3D
Octal 137 222 331 70 41 0 17 327 76 75
Binary 1011111 10010010 11011001 111000 100001 0 1111 11010111 111110 111101

Color Harmonies of #5F92D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F92D9

Black with #5F92D9

Text Example


Text Example

White with #5F92D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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