#5F92DE

Color #5F92DE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5F92DE

Tints of Cornflower Blue #5F92DE

Color information

#5F92DE (or 0x5F92DE) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 92 and DE. RGB value is (95,146,222). Sum of RGB (Red+Green+Blue) = 95+146+222=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F92DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F92DE is #A06D21. Grayscale: #8B8B8B. Windows color (decimal): -10513698 or 14586463. OLE color: 14586463.

HSL color Cylindrical-coordinate representation of color #5F92DE: hue angle of 215.91º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F92DE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95146222-
CMYK0.570.3400.13
HSL215.91º65.8%62.16%-
HSV(B)215.91º57.21%87.06%-
XYZ28.1828.2673.08-
YUV139.42174.696.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=20.52%
G=31.53%
B=47.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951462220.570.3400.13215.9165.862.16
Hex5F92DE39220Dd8423e
Octal137222336714201533010276
Binary1011111100100101101111011100110001001101110110001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F92DE;
 }
 .AnyTagClassName
 {
   color: #5F92DE;
 }
</style>
background-color css

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

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

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

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

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

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