#5F7EEB

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

Shades of Cornflower Blue #5F7EEB

Tints of Cornflower Blue #5F7EEB

Color information

#5F7EEB (or 0x5F7EEB) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 7E and EB. RGB value is (95,126,235). Sum of RGB (Red+Green+Blue) = 95+126+235=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F7EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7EEB is #A08114. Grayscale: #808080. Windows color (decimal): -10518805 or 15433311. OLE color: 15433311.

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

Color convert

RGB95126235-
CMYK0.600.4600.08
HSL226.71º77.78%64.71%-
HSV(B)226.71º59.57%92.16%-
XYZ27.1823.3581.67-
YUV129.16187.73103.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.83%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 235 (92.19% from 255) = 51.54%
R=20.83%
G=27.63%
B=51.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951262350.600.4600.08226.7177.7864.71
Hex5F7EEB3C2E08e34e41
Octal1371763537456010343116101
Binary1011111111111011101011111100101110010001110001110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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