#5F82DE

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

Shades of Cornflower Blue #5F82DE

Tints of Cornflower Blue #5F82DE

Color information

#5F82DE (or 0x5F82DE) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 82 and DE. RGB value is (95,130,222). Sum of RGB (Red+Green+Blue) = 95+130+222=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F82DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F82DE is #A07D21. Grayscale: #818181. Windows color (decimal): -10517794 or 14582367. OLE color: 14582367.

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

Color convert

RGB95130222-
CMYK0.570.4100.13
HSL223.46º65.8%62.16%-
HSV(B)223.46º57.21%87.06%-
XYZ25.8923.6772.31-
YUV130.02179.9103.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.25%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=21.25%
G=29.08%
B=49.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951302220.570.4100.13223.4665.862.16
Hex5F82DE39290Ddf423e
Octal137202336715101533710276
Binary1011111100000101101111011100110100101101110111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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