#5FA6F1

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

Shades of Cornflower Blue #5FA6F1

Tints of Cornflower Blue #5FA6F1

Color information

#5FA6F1 (or 0x5FA6F1) is unknown color: approx Cornflower Blue. HEX triplet: 5F, A6 and F1. RGB value is (95,166,241). Sum of RGB (Red+Green+Blue) = 95+166+241=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FA6F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA6F1 is #A0590E. Grayscale: #989898. Windows color (decimal): -10508559 or 15836767. OLE color: 15836767.

HSL color Cylindrical-coordinate representation of color #5FA6F1: hue angle of 210.82º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FA6F1 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB95166241-
CMYK0.610.3100.05
HSL210.82º83.91%65.88%-
HSV(B)210.82º60.58%94.51%-
XYZ34.2336.0688.37-
YUV153.32177.4886.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.92%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=18.92%
G=33.07%
B=48.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal951662410.610.3100.05210.8283.9165.88
Hex5FA6F13D1F05d35442
Octal137246361753705323124102
Binary101111110100110111100011111011111101011101001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,241); }

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

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

 a { background-color: rgb(95,166,241); }

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

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

 span { border-color: rgb(95,166,241); }

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