Html Css Color HEX #5490FE Cornflower Blue

📋 copy color: '#5490FE'

red 84 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #5490FE

Tints of Cornflower Blue #5490FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.88%

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

R = 17.43%
G = 29.88%
B = 52.7%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5490FE (or 0x5490FE) is known color: Cornflower Blue. HEX triplet: 54, 90 and FE. RGB value is (84,144,254). Sum of RGB (Red+Green+Blue) = 84+144+254=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #5490FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5490FE is #AB6F01. Grayscale: #8A8A8A. Windows color (decimal): -11235074 or 16683092. OLE color: 16683092.

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

Color convert

RGB 84 144 254 -
CMYK 0.67 0.43 0 0.00
HSL 218.82º 0.99% 0.66% -
HSV(B) 218.82º 0.67% 1% -
XYZ 31.52 28.99 97.7 -
YUV 138.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 84 144 254 0.67 0.43 0 0.00 218.82 0.99 0.66
Hex 54 90 FE 43 2B 0 0 DB 63 42
Octal 124 220 376 103 53 0 0 333 143 102
Binary 1010100 10010000 11111110 1000011 101011 0 0 11011011 1100011 1000010

Color Harmonies of #5490FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490FE

Black with #5490FE

Text Example


Text Example

White with #5490FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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