Html Css Color HEX #5497EB Cornflower Blue

📋 copy color: '#5497EB'

red 84 ◦ green 151 ◦ blue 235

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

Shades of Cornflower Blue #5497EB

Tints of Cornflower Blue #5497EB

RGB

 RED value IS 84 (33.2% from 255) = 17.87%

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 17.87%
G = 32.13%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5497EB (or 0x5497EB) is known color: Cornflower Blue. HEX triplet: 54, 97 and EB. RGB value is (84,151,235). Sum of RGB (Red+Green+Blue) = 84+151+235=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #5497EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5497EB is #AB6814. Grayscale: #8C8C8C. Windows color (decimal): -11233301 or 15439700. OLE color: 15439700.

HSL color Cylindrical-coordinate representation of color #5497EB: hue angle of 213.38º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5497EB is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 151 235 -
CMYK 0.64 0.36 0 0.08
HSL 213.38º 0.79% 0.63% -
HSV(B) 213.38º 0.64% 0.92% -
XYZ 29.72 30.02 82.82 -
YUV 140.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 84 151 235 0.64 0.36 0 0.08 213.38 0.79 0.63
Hex 54 97 EB 40 24 0 8 D5 4F 3F
Octal 124 227 353 100 44 0 10 325 117 77
Binary 1010100 10010111 11101011 1000000 100100 0 1000 11010101 1001111 111111

Color Harmonies of #5497EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5497EB

Black with #5497EB

Text Example


Text Example

White with #5497EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5497EB; }

 p { color: rgb(84,151,235); }

 H1.HeaderClassName
 {
   color: #5497EB;
 }
 .AnyTagClassName
 {
   color: #5497EB;
 }
</style>

background-color css

<style>
 a { background-color: #5497EB; }

 a { background-color: rgb(84,151,235); }

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

border-color css

<style>
 span { border-color: #5497EB; }

 span { border-color: rgb(84,151,235); }

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