#5A98FB

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

Shades of Cornflower Blue #5A98FB

Tints of Cornflower Blue #5A98FB

Color information

#5A98FB (or 0x5A98FB) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 98 and FB. RGB value is (90,152,251). Sum of RGB (Red+Green+Blue) = 90+152+251=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A98FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A98FB is #A56704. Grayscale: #909090. Windows color (decimal): -10839813 or 16488538. OLE color: 16488538.

HSL color Cylindrical-coordinate representation of color #5A98FB: hue angle of 216.89º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A98FB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB90152251-
CMYK0.640.3900.02
HSL216.89º95.27%66.86%-
HSV(B)216.89º64.14%98.43%-
XYZ32.8631.695.63-
YUV144.75187.9688.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.26%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=18.26%
G=30.83%
B=50.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal901522510.640.3900.02216.8995.2766.86
Hex5A98FB402702d95f43
Octal1322303731004702331137103
Binary1011010100110001111101110000001001110101101100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,152,251); }

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

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

 a { background-color: rgb(90,152,251); }

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

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

 span { border-color: rgb(90,152,251); }

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