#5F94EB

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

Shades of Cornflower Blue #5F94EB

Tints of Cornflower Blue #5F94EB

Color information

#5F94EB (or 0x5F94EB) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 94 and EB. RGB value is (95,148,235). Sum of RGB (Red+Green+Blue) = 95+148+235=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F94EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F94EB is #A06B14. Grayscale: #8D8D8D. Windows color (decimal): -10513173 or 15438943. OLE color: 15438943.

HSL color Cylindrical-coordinate representation of color #5F94EB: hue angle of 217.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F94EB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95148235-
CMYK0.600.3700.08
HSL217.29º77.78%64.71%-
HSV(B)217.29º59.57%92.16%-
XYZ30.329.6182.72-
YUV142.07180.4494.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.87%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=19.87%
G=30.96%
B=49.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951482350.600.3700.08217.2977.7864.71
Hex5F94EB3C2508d94e41
Octal1372243537445010331116101
Binary10111111001010011101011111100100101010001101100110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,148,235); }

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

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

 a { background-color: rgb(95,148,235); }

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

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

 span { border-color: rgb(95,148,235); }

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