Html Css Color HEX #5496FE Cornflower Blue

📋 copy color: '#5496FE'

red 84 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #5496FE

Tints of Cornflower Blue #5496FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

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

R = 17.21%
G = 30.74%
B = 52.05%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5496FE (or 0x5496FE) is known color: Cornflower Blue. HEX triplet: 54, 96 and FE. RGB value is (84,150,254). Sum of RGB (Red+Green+Blue) = 84+150+254=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #5496FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5496FE is #AB6901. Grayscale: #8D8D8D. Windows color (decimal): -11233538 or 16684628. OLE color: 16684628.

HSL color Cylindrical-coordinate representation of color #5496FE: hue angle of 216.71º 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 #5496FE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 150 254 -
CMYK 0.67 0.41 0 0.00
HSL 216.71º 0.99% 0.66% -
HSV(B) 216.71º 0.67% 1% -
XYZ 32.45 30.85 98.01 -
YUV 142.12 191.13 86.54 -
System Red Green Blue C M Y K H S L
Decimal 84 150 254 0.67 0.41 0 0.00 216.71 0.99 0.66
Hex 54 96 FE 43 29 0 0 D9 63 42
Octal 124 226 376 103 51 0 0 331 143 102
Binary 1010100 10010110 11111110 1000011 101001 0 0 11011001 1100011 1000010

Color Harmonies of #5496FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5496FE

Black with #5496FE

Text Example


Text Example

White with #5496FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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