#5F9AFA

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

Shades of Cornflower Blue #5F9AFA

Tints of Cornflower Blue #5F9AFA

Color information

#5F9AFA (or 0x5F9AFA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9A and FA. RGB value is (95,154,250). Sum of RGB (Red+Green+Blue) = 95+154+250=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F9AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9AFA is #A06505. Grayscale: #929292. Windows color (decimal): -10511622 or 16423519. OLE color: 16423519.

HSL color Cylindrical-coordinate representation of color #5F9AFA: hue angle of 217.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F9AFA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95154250-
CMYK0.620.3800.02
HSL217.16º93.94%67.65%-
HSV(B)217.16º62%98.04%-
XYZ33.5332.4594.94-
YUV147.3185.9590.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.04%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=19.04%
G=30.86%
B=50.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951542500.620.3800.02217.1693.9467.65
Hex5F9AFA3E2602d95e44
Octal137232372764602331136104
Binary101111110011010111110101111101001100101101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,154,250); }

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

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

 a { background-color: rgb(95,154,250); }

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

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

 span { border-color: rgb(95,154,250); }

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