#5F83ED

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

Shades of Cornflower Blue #5F83ED

Tints of Cornflower Blue #5F83ED

Color information

#5F83ED (or 0x5F83ED) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 83 and ED. RGB value is (95,131,237). Sum of RGB (Red+Green+Blue) = 95+131+237=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F83ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F83ED is #A07C12. Grayscale: #838383. Windows color (decimal): -10517523 or 15565663. OLE color: 15565663.

HSL color Cylindrical-coordinate representation of color #5F83ED: hue angle of 224.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F83ED is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95131237-
CMYK0.600.4500.07
HSL224.79º79.78%65.1%-
HSV(B)224.79º59.92%92.94%-
XYZ28.1224.7883.42-
YUV132.32187.07101.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=20.52%
G=28.29%
B=51.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951312370.600.4500.07224.7979.7865.1
Hex5F83ED3C2D07e15041
Octal137203355745507341120101
Binary1011111100000111110110111110010110101111110000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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