#5F84ED

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

Shades of Cornflower Blue #5F84ED

Tints of Cornflower Blue #5F84ED

Color information

#5F84ED (or 0x5F84ED) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 84 and ED. RGB value is (95,132,237). Sum of RGB (Red+Green+Blue) = 95+132+237=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F84ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F84ED is #A07B12. Grayscale: #848484. Windows color (decimal): -10517267 or 15565919. OLE color: 15565919.

HSL color Cylindrical-coordinate representation of color #5F84ED: hue angle of 224.37º 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 #5F84ED is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95132237-
CMYK0.600.4400.07
HSL224.37º79.78%65.1%-
HSV(B)224.37º59.92%92.94%-
XYZ28.2625.0583.47-
YUV132.91186.74100.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.47%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 237 (92.97% from 255) = 51.08%
R=20.47%
G=28.45%
B=51.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951322370.600.4400.07224.3779.7865.1
Hex5F84ED3C2C07e05041
Octal137204355745407340120101
Binary1011111100001001110110111110010110001111110000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F84ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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