Html Css Color HEX #5498FF Cornflower Blue

📋 copy color: '#5498FF'

red 84 ◦ green 152 ◦ blue 255

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

Shades of Cornflower Blue #5498FF

Tints of Cornflower Blue #5498FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 17.11%
G = 30.96%
B = 51.93%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5498FF (or 0x5498FF) is known color: Cornflower Blue. HEX triplet: 54, 98 and FF. RGB value is (84,152,255). Sum of RGB (Red+Green+Blue) = 84+152+255=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #5498FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5498FF is #AB6700. Grayscale: #8E8E8E. Windows color (decimal): -11233025 or 16750676. OLE color: 16750676.

HSL color Cylindrical-coordinate representation of color #5498FF: hue angle of 216.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5498FF is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 152 255 -
CMYK 0.67 0.40 0 0
HSL 216.14º 1% 0.66% -
HSV(B) 216.14º 0.67% 1% -
XYZ 32.93 31.56 98.96 -
YUV 143.41 190.97 85.62 -
System Red Green Blue C M Y K H S L
Decimal 84 152 255 0.67 0.40 0 0 216.14 1 0.66
Hex 54 98 FF 43 28 0 0 D8 64 42
Octal 124 230 377 103 50 0 0 330 144 102
Binary 1010100 10011000 11111111 1000011 101000 0 0 11011000 1100100 1000010

Color Harmonies of #5498FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5498FF

Black with #5498FF

Text Example


Text Example

White with #5498FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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