#5F9CFD

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

Shades of Cornflower Blue #5F9CFD

Tints of Cornflower Blue #5F9CFD

Color information

#5F9CFD (or 0x5F9CFD) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9C and FD. RGB value is (95,156,253). Sum of RGB (Red+Green+Blue) = 95+156+253=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F9CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CFD is #A06302. Grayscale: #949494. Windows color (decimal): -10511107 or 16620639. OLE color: 16620639.

HSL color Cylindrical-coordinate representation of color #5F9CFD: hue angle of 216.84º 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 #5F9CFD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB95156253-
CMYK0.620.3800.01
HSL216.84º97.53%68.24%-
HSV(B)216.84º62.45%99.22%-
XYZ34.3433.397.55-
YUV148.82186.7989.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.85%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=18.85%
G=30.95%
B=50.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951562530.620.3800.01216.8497.5368.24
Hex5F9CFD3E2601d96244
Octal137234375764601331142104
Binary10111111001110011111101111110100110011101100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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