Html Css Color HEX #5498E5 Cornflower Blue

📋 copy color: '#5498E5'

red 84 ◦ green 152 ◦ blue 229

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

Shades of Cornflower Blue #5498E5

Tints of Cornflower Blue #5498E5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.69%

 BLUE value IS 229 (89.84% from 255) = 49.25%

R = 18.06%
G = 32.69%
B = 49.25%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5498E5 (or 0x5498E5) is known color: Cornflower Blue. HEX triplet: 54, 98 and E5. RGB value is (84,152,229). Sum of RGB (Red+Green+Blue) = 84+152+229=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #5498E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5498E5 is #AB671A. Grayscale: #8C8C8C. Windows color (decimal): -11233051 or 15046740. OLE color: 15046740.

HSL color Cylindrical-coordinate representation of color #5498E5: hue angle of 211.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5498E5 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 152 229 -
CMYK 0.63 0.34 0 0.10
HSL 211.86º 0.74% 0.61% -
HSV(B) 211.86º 0.63% 0.9% -
XYZ 29.03 30 78.39 -
YUV 140.45 177.97 87.74 -
System Red Green Blue C M Y K H S L
Decimal 84 152 229 0.63 0.34 0 0.10 211.86 0.74 0.61
Hex 54 98 E5 3F 22 0 A D4 4A 3D
Octal 124 230 345 77 42 0 12 324 112 75
Binary 1010100 10011000 11100101 111111 100010 0 1010 11010100 1001010 111101

Color Harmonies of #5498E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5498E5

Black with #5498E5

Text Example


Text Example

White with #5498E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5498E5; }

 p { color: rgb(84,152,229); }

 H1.HeaderClassName
 {
   color: #5498E5;
 }
 .AnyTagClassName
 {
   color: #5498E5;
 }
</style>

background-color css

<style>
 a { background-color: #5498E5; }

 a { background-color: rgb(84,152,229); }

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

border-color css

<style>
 span { border-color: #5498E5; }

 span { border-color: rgb(84,152,229); }

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