Html Css Color HEX #54A0FF Cornflower Blue

📋 copy color: '#54A0FF'

red 84 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #54A0FF

Tints of Cornflower Blue #54A0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.06%

 BLUE value IS 255 (100% from 255) = 51.1%

R = 16.83%
G = 32.06%
B = 51.1%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#54A0FF (or 0x54A0FF) is known color: Cornflower Blue. HEX triplet: 54, A0 and FF. RGB value is (84,160,255). Sum of RGB (Red+Green+Blue) = 84+160+255=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #54A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A0FF is #AB5F00. Grayscale: #939393. Windows color (decimal): -11230977 or 16752724. OLE color: 16752724.

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

Color convert

RGB 84 160 255 -
CMYK 0.67 0.37 0 0
HSL 213.33º 1% 0.66% -
HSV(B) 213.33º 0.67% 1% -
XYZ 34.28 34.25 99.41 -
YUV 148.11 188.32 82.28 -
System Red Green Blue C M Y K H S L
Decimal 84 160 255 0.67 0.37 0 0 213.33 1 0.66
Hex 54 A0 FF 43 25 0 0 D5 64 42
Octal 124 240 377 103 45 0 0 325 144 102
Binary 1010100 10100000 11111111 1000011 100101 0 0 11010101 1100100 1000010

Color Harmonies of #54A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A0FF

Black with #54A0FF

Text Example


Text Example

White with #54A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,255); }

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

background-color css

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

 a { background-color: rgb(84,160,255); }

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

border-color css

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

 span { border-color: rgb(84,160,255); }

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