Html Css Color HEX #5498EA Cornflower Blue

📋 copy color: '#5498EA'

red 84 ◦ green 152 ◦ blue 234

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

Shades of Cornflower Blue #5498EA

Tints of Cornflower Blue #5498EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 17.87%
G = 32.34%
B = 49.79%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5498EA (or 0x5498EA) is known color: Cornflower Blue. HEX triplet: 54, 98 and EA. RGB value is (84,152,234). Sum of RGB (Red+Green+Blue) = 84+152+234=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #5498EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5498EA is #AB6715. Grayscale: #8C8C8C. Windows color (decimal): -11233046 or 15374420. OLE color: 15374420.

HSL color Cylindrical-coordinate representation of color #5498EA: hue angle of 212.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5498EA is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 152 234 -
CMYK 0.64 0.35 0 0.08
HSL 212.8º 0.78% 0.62% -
HSV(B) 212.8º 0.64% 0.92% -
XYZ 29.74 30.28 82.12 -
YUV 141.02 180.47 87.33 -
System Red Green Blue C M Y K H S L
Decimal 84 152 234 0.64 0.35 0 0.08 212.8 0.78 0.62
Hex 54 98 EA 40 23 0 8 D5 4E 3E
Octal 124 230 352 100 43 0 10 325 116 76
Binary 1010100 10011000 11101010 1000000 100011 0 1000 11010101 1001110 111110

Color Harmonies of #5498EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5498EA

Black with #5498EA

Text Example


Text Example

White with #5498EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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