Html Css Color HEX #5A97FA Cornflower Blue

📋 copy color: '#5A97FA'

red 90 ◦ green 151 ◦ blue 250

#5A97FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5A97FA

Tints of Cornflower Blue #5A97FA

RGB

 RED value IS 90 (35.55% from 255) = 18.33%

 GREEN value IS 151 (59.38% from 255) = 30.75%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 18.33%
G = 30.75%
B = 50.92%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A97FA (or 0x5A97FA) is known color: Cornflower Blue. HEX triplet: 5A, 97 and FA. RGB value is (90,151,250). Sum of RGB (Red+Green+Blue) = 90+151+250=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A97FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A97FA is #A56805. Grayscale: #8F8F8F. Windows color (decimal): -10840070 or 16422746. OLE color: 16422746.

HSL color Cylindrical-coordinate representation of color #5A97FA: hue angle of 217.12º degrees, saturation: 0.94, 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 #5A97FA is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 151 250 -
CMYK 0.64 0.40 0 0.02
HSL 217.13º 0.94% 0.67% -
HSV(B) 217.13º 0.64% 0.98% -
XYZ 32.54 31.21 94.75 -
YUV 144.05 187.79 89.45 -
System Red Green Blue C M Y K H S L
Decimal 90 151 250 0.64 0.40 0 0.02 217.13 0.94 0.67
Hex 5A 97 FA 40 28 0 2 D9 5E 43
Octal 132 227 372 100 50 0 2 331 136 103
Binary 1011010 10010111 11111010 1000000 101000 0 10 11011001 1011110 1000011

Color Harmonies of #5A97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A97FA

Black with #5A97FA

Text Example


Text Example

White with #5A97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,151,250); }

 H1.HeaderClassName
 {
   color: #5A97FA;
 }
 .AnyTagClassName
 {
   color: #5A97FA;
 }
</style>

background-color css

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

 a { background-color: rgb(90,151,250); }

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

border-color css

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

 span { border-color: rgb(90,151,250); }

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