#5fa3f0

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

Shades of Cornflower Blue #5FA3F0

Tints of Cornflower Blue #5FA3F0

Color information

#5FA3F0 (or 0x5FA3F0) is unknown color: approx Cornflower Blue. HEX triplet: 5F, A3 and F0. RGB value is (95,163,240). Sum of RGB (Red+Green+Blue) = 95+163+240=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #5FA3F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA3F0 is #A05C0F. Grayscale: #979797. Windows color (decimal): -10509328 or 15770463. OLE color: 15770463.

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

Color convert

RGB95163240-
CMYK0.600.3200.06
HSL211.86º82.86%65.69%-
HSV(B)211.86º60.42%94.12%-
XYZ33.5434.9287.41-
YUV151.45177.9787.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.08%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 240 (94.14% from 255) = 48.19%
R=19.08%
G=32.73%
B=48.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal951632400.600.3200.06211.8682.8665.69
Hex5FA3F03C2006d45342
Octal137243360744006324123102
Binary1011111101000111111000011110010000001101101010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fa3f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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