#5F83EA

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

Shades of Cornflower Blue #5F83EA

Tints of Cornflower Blue #5F83EA

Color information

#5F83EA (or 0x5F83EA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 83 and EA. RGB value is (95,131,234). Sum of RGB (Red+Green+Blue) = 95+131+234=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F83EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F83EA is #A07C15. Grayscale: #838383. Windows color (decimal): -10517526 or 15369055. OLE color: 15369055.

HSL color Cylindrical-coordinate representation of color #5F83EA: hue angle of 224.46º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F83EA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95131234-
CMYK0.590.4400.08
HSL224.46º76.8%64.51%-
HSV(B)224.46º59.4%91.76%-
XYZ27.6924.6181.13-
YUV131.98185.57101.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.65%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 234 (91.80% from 255) = 50.87%
R=20.65%
G=28.48%
B=50.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951312340.590.4400.08224.4676.864.51
Hex5F83EA3B2C08e04d41
Octal1372033527354010340115101
Binary10111111000001111101010111011101100010001110000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F83EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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