#5F9AFD

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

Shades of Cornflower Blue #5F9AFD

Tints of Cornflower Blue #5F9AFD

Color information

#5F9AFD (or 0x5F9AFD) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9A and FD. RGB value is (95,154,253). Sum of RGB (Red+Green+Blue) = 95+154+253=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F9AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9AFD is #A06502. Grayscale: #939393. Windows color (decimal): -10511619 or 16620127. OLE color: 16620127.

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

Color convert

RGB95154253-
CMYK0.620.3900.01
HSL217.59º97.53%68.24%-
HSV(B)217.59º62.45%99.22%-
XYZ3432.6497.44-
YUV147.65187.4590.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.92%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 253 (99.22% from 255) = 50.40%
R=18.92%
G=30.68%
B=50.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951542530.620.3900.01217.5997.5368.24
Hex5F9AFD3E2701da6244
Octal137232375764701332142104
Binary10111111001101011111101111110100111011101101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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