#5F83DE

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

Shades of Cornflower Blue #5F83DE

Tints of Cornflower Blue #5F83DE

Color information

#5F83DE (or 0x5F83DE) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 83 and DE. RGB value is (95,131,222). Sum of RGB (Red+Green+Blue) = 95+131+222=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F83DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F83DE is #A07C21. Grayscale: #828282. Windows color (decimal): -10517538 or 14582623. OLE color: 14582623.

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

Color convert

RGB95131222-
CMYK0.570.4100.13
HSL222.99º65.8%62.16%-
HSV(B)222.99º57.21%87.06%-
XYZ26.0223.9472.36-
YUV130.61179.57102.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.21%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 222 (87.11% from 255) = 49.55%
R=21.21%
G=29.24%
B=49.55%

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
Decimal951312220.570.4100.13222.9965.862.16
Hex5F83DE39290Ddf423e
Octal137203336715101533710276
Binary1011111100000111101111011100110100101101110111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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