#5A98F2

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

Shades of Cornflower Blue #5A98F2

Tints of Cornflower Blue #5A98F2

Color information

#5A98F2 (or 0x5A98F2) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 98 and F2. RGB value is (90,152,242). Sum of RGB (Red+Green+Blue) = 90+152+242=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #5A98F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A98F2 is #A5670D. Grayscale: #8F8F8F. Windows color (decimal): -10839822 or 15898714. OLE color: 15898714.

HSL color Cylindrical-coordinate representation of color #5A98F2: hue angle of 215.53º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A98F2 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90152242-
CMYK0.630.3700.05
HSL215.53º85.39%65.1%-
HSV(B)215.53º62.81%94.9%-
XYZ31.4731.0488.34-
YUV143.72183.4689.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.60%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 242 (94.92% from 255) = 50%
R=18.60%
G=31.40%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901522420.630.3700.05215.5385.3965.1
Hex5A98F23F2505d85541
Octal132230362774505330125101
Binary1011010100110001111001011111110010101011101100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A98F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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