#5FA7ED

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

Shades of Cornflower Blue #5FA7ED

Tints of Cornflower Blue #5FA7ED

Color information

#5FA7ED (or 0x5FA7ED) is unknown color: approx Cornflower Blue. HEX triplet: 5F, A7 and ED. RGB value is (95,167,237). Sum of RGB (Red+Green+Blue) = 95+167+237=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FA7ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA7ED is #A05812. Grayscale: #999999. Windows color (decimal): -10508307 or 15574879. OLE color: 15574879.

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

Color convert

RGB95167237-
CMYK0.600.3000.07
HSL209.58º79.78%65.1%-
HSV(B)209.58º59.92%92.94%-
XYZ33.8236.1885.32-
YUV153.45175.1586.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.04%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=19.04%
G=33.47%
B=47.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951672370.600.3000.07209.5879.7865.1
Hex5FA7ED3C1E07d25041
Octal137247355743607322120101
Binary101111110100111111011011111001111001111101001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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