#5F77EA

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

Shades of Cornflower Blue #5F77EA

Tints of Cornflower Blue #5F77EA

Color information

#5F77EA (or 0x5F77EA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 77 and EA. RGB value is (95,119,234). Sum of RGB (Red+Green+Blue) = 95+119+234=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F77EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F77EA is #A08815. Grayscale: #7C7C7C. Windows color (decimal): -10520598 or 15365983. OLE color: 15365983.

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

Color convert

RGB95119234-
CMYK0.590.4900.08
HSL229.64º76.8%64.51%-
HSV(B)229.64º59.4%91.76%-
XYZ26.1721.5780.63-
YUV124.93189.55106.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.21%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=21.21%
G=26.56%
B=52.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951192340.590.4900.08229.6476.864.51
Hex5F77EA3B3108e64d41
Octal1371673527361010346115101
Binary1011111111011111101010111011110001010001110011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F77EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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