#5F7AF0

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

Shades of Cornflower Blue #5F7AF0

Tints of Cornflower Blue #5F7AF0

Color information

#5F7AF0 (or 0x5F7AF0) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 7A and F0. RGB value is (95,122,240). Sum of RGB (Red+Green+Blue) = 95+122+240=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #5F7AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7AF0 is #A0850F. Grayscale: #7E7E7E. Windows color (decimal): -10519824 or 15759967. OLE color: 15759967.

HSL color Cylindrical-coordinate representation of color #5F7AF0: hue angle of 228.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F7AF0 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB95122240-
CMYK0.600.4900.06
HSL228.83º82.86%65.69%-
HSV(B)228.83º60.42%94.12%-
XYZ27.4122.6485.36-
YUV127.38191.55104.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.79%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 240 (94.14% from 255) = 52.52%
R=20.79%
G=26.70%
B=52.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal951222400.600.4900.06228.8382.8665.69
Hex5F7AF03C3106e55342
Octal137172360746106345123102
Binary101111111110101111000011110011000101101110010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,122,240); }

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

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

 a { background-color: rgb(95,122,240); }

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

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

 span { border-color: rgb(95,122,240); }

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