Html Css Color HEX #54A2EE Cornflower Blue

📋 copy color: '#54A2EE'

red 84 ◦ green 162 ◦ blue 238

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

Shades of Cornflower Blue #54A2EE

Tints of Cornflower Blue #54A2EE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.47%

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 17.36%
G = 33.47%
B = 49.17%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54A2EE (or 0x54A2EE) is known color: Cornflower Blue. HEX triplet: 54, A2 and EE. RGB value is (84,162,238). Sum of RGB (Red+Green+Blue) = 84+162+238=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #54A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A2EE is #AB5D11. Grayscale: #929292. Windows color (decimal): -11230482 or 15639124. OLE color: 15639124.

HSL color Cylindrical-coordinate representation of color #54A2EE: hue angle of 209.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54A2EE is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 162 238 -
CMYK 0.65 0.32 0 0.07
HSL 209.61º 0.82% 0.63% -
HSV(B) 209.61º 0.65% 0.93% -
XYZ 32.01 33.9 85.74 -
YUV 147.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 84 162 238 0.65 0.32 0 0.07 209.61 0.82 0.63
Hex 54 A2 EE 41 20 0 7 D2 52 3F
Octal 124 242 356 101 40 0 7 322 122 77
Binary 1010100 10100010 11101110 1000001 100000 0 111 11010010 1010010 111111

Color Harmonies of #54A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A2EE

Black with #54A2EE

Text Example


Text Example

White with #54A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A2EE; }

 p { color: rgb(84,162,238); }

 H1.HeaderClassName
 {
   color: #54A2EE;
 }
 .AnyTagClassName
 {
   color: #54A2EE;
 }
</style>

background-color css

<style>
 a { background-color: #54A2EE; }

 a { background-color: rgb(84,162,238); }

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

border-color css

<style>
 span { border-color: #54A2EE; }

 span { border-color: rgb(84,162,238); }

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