Html Css Color HEX #54A2EF Cornflower Blue

📋 copy color: '#54A2EF'

red 84 ◦ green 162 ◦ blue 239

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

Shades of Cornflower Blue #54A2EF

Tints of Cornflower Blue #54A2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 17.32%
G = 33.4%
B = 49.28%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54A2EF (or 0x54A2EF) is known color: Cornflower Blue. HEX triplet: 54, A2 and EF. RGB value is (84,162,239). Sum of RGB (Red+Green+Blue) = 84+162+239=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #54A2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A2EF is #AB5D10. Grayscale: #939393. Windows color (decimal): -11230481 or 15704660. OLE color: 15704660.

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

Color convert

RGB 84 162 239 -
CMYK 0.65 0.32 0 0.06
HSL 209.81º 0.83% 0.63% -
HSV(B) 209.81º 0.65% 0.94% -
XYZ 32.16 33.96 86.52 -
YUV 147.46 179.66 82.74 -
System Red Green Blue C M Y K H S L
Decimal 84 162 239 0.65 0.32 0 0.06 209.81 0.83 0.63
Hex 54 A2 EF 41 20 0 6 D2 53 3F
Octal 124 242 357 101 40 0 6 322 123 77
Binary 1010100 10100010 11101111 1000001 100000 0 110 11010010 1010011 111111

Color Harmonies of #54A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A2EF

Black with #54A2EF

Text Example


Text Example

White with #54A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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