Html Css Color HEX #5498F4 Cornflower Blue

📋 copy color: '#5498F4'

red 84 ◦ green 152 ◦ blue 244

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

Shades of Cornflower Blue #5498F4

Tints of Cornflower Blue #5498F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.83%

R = 17.5%
G = 31.67%
B = 50.83%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5498F4 (or 0x5498F4) is known color: Cornflower Blue. HEX triplet: 54, 98 and F4. RGB value is (84,152,244). Sum of RGB (Red+Green+Blue) = 84+152+244=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #5498F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5498F4 is #AB670B. Grayscale: #8D8D8D. Windows color (decimal): -11233036 or 16029780. OLE color: 16029780.

HSL color Cylindrical-coordinate representation of color #5498F4: hue angle of 214.5º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5498F4 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 152 244 -
CMYK 0.66 0.38 0 0.04
HSL 214.5º 0.88% 0.64% -
HSV(B) 214.5º 0.66% 0.96% -
XYZ 31.21 30.87 89.9 -
YUV 142.16 185.47 86.52 -
System Red Green Blue C M Y K H S L
Decimal 84 152 244 0.66 0.38 0 0.04 214.5 0.88 0.64
Hex 54 98 F4 42 26 0 4 D6 58 40
Octal 124 230 364 102 46 0 4 326 130 100
Binary 1010100 10011000 11110100 1000010 100110 0 100 11010110 1011000 1000000

Color Harmonies of #5498F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5498F4

Black with #5498F4

Text Example


Text Example

White with #5498F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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