#5F98FD

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

Shades of Cornflower Blue #5F98FD

Tints of Cornflower Blue #5F98FD

Color information

#5F98FD (or 0x5F98FD) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 98 and FD. RGB value is (95,152,253). Sum of RGB (Red+Green+Blue) = 95+152+253=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F98FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F98FD is #A06702. Grayscale: #929292. Windows color (decimal): -10512131 or 16619615. OLE color: 16619615.

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

Color convert

RGB95152253-
CMYK0.620.4000.01
HSL218.35º97.53%68.24%-
HSV(B)218.35º62.45%99.22%-
XYZ33.6831.9897.33-
YUV146.47188.1291.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=19%
G=30.4%
B=50.6%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951522530.620.4000.01218.3597.5368.24
Hex5F98FD3E2801da6244
Octal137230375765001332142104
Binary10111111001100011111101111110101000011101101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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