Html Css Color HEX #5499FE Cornflower Blue

📋 copy color: '#5499FE'

red 84 ◦ green 153 ◦ blue 254

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

Shades of Cornflower Blue #5499FE

Tints of Cornflower Blue #5499FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.16%

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 17.11%
G = 31.16%
B = 51.73%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5499FE (or 0x5499FE) is known color: Cornflower Blue. HEX triplet: 54, 99 and FE. RGB value is (84,153,254). Sum of RGB (Red+Green+Blue) = 84+153+254=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #5499FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5499FE is #AB6601. Grayscale: #8F8F8F. Windows color (decimal): -11232770 or 16685396. OLE color: 16685396.

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

Color convert

RGB 84 153 254 -
CMYK 0.67 0.40 0 0.00
HSL 215.65º 0.99% 0.66% -
HSV(B) 215.65º 0.67% 1% -
XYZ 32.94 31.82 98.17 -
YUV 143.88 190.14 85.29 -
System Red Green Blue C M Y K H S L
Decimal 84 153 254 0.67 0.40 0 0.00 215.65 0.99 0.66
Hex 54 99 FE 43 28 0 0 D8 63 42
Octal 124 231 376 103 50 0 0 330 143 102
Binary 1010100 10011001 11111110 1000011 101000 0 0 11011000 1100011 1000010

Color Harmonies of #5499FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499FE

Black with #5499FE

Text Example


Text Example

White with #5499FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5499FE; }

 p { color: rgb(84,153,254); }

 H1.HeaderClassName
 {
   color: #5499FE;
 }
 .AnyTagClassName
 {
   color: #5499FE;
 }
</style>

background-color css

<style>
 a { background-color: #5499FE; }

 a { background-color: rgb(84,153,254); }

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

border-color css

<style>
 span { border-color: #5499FE; }

 span { border-color: rgb(84,153,254); }

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