#5F93EA

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

Shades of Cornflower Blue #5F93EA

Tints of Cornflower Blue #5F93EA

Color information

#5F93EA (or 0x5F93EA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 93 and EA. RGB value is (95,147,234). Sum of RGB (Red+Green+Blue) = 95+147+234=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F93EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F93EA is #A06C15. Grayscale: #8C8C8C. Windows color (decimal): -10513430 or 15373151. OLE color: 15373151.

HSL color Cylindrical-coordinate representation of color #5F93EA: hue angle of 217.55º 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 #5F93EA is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95147234-
CMYK0.590.3700.08
HSL217.55º76.8%64.51%-
HSV(B)217.55º59.4%91.76%-
XYZ3029.2481.9-
YUV141.37180.2794.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.96%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 234 (91.80% from 255) = 49.16%
R=19.96%
G=30.88%
B=49.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951472340.590.3700.08217.5576.864.51
Hex5F93EA3B2508da4d41
Octal1372233527345010332115101
Binary10111111001001111101010111011100101010001101101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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