#5F80DE

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

Shades of Cornflower Blue #5F80DE

Tints of Cornflower Blue #5F80DE

Color information

#5F80DE (or 0x5F80DE) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 80 and DE. RGB value is (95,128,222). Sum of RGB (Red+Green+Blue) = 95+128+222=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F80DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F80DE is #A07F21. Grayscale: #808080. Windows color (decimal): -10518306 or 14581855. OLE color: 14581855.

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

Color convert

RGB95128222-
CMYK0.570.4200.13
HSL224.41º65.8%62.16%-
HSV(B)224.41º57.21%87.06%-
XYZ25.6223.1572.22-
YUV128.85180.57103.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=21.35%
G=28.76%
B=49.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951282220.570.4200.13224.4165.862.16
Hex5F80DE392A0De0423e
Octal137200336715201534010276
Binary1011111100000001101111011100110101001101111000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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