Html Css Color HEX #54A8FF Cornflower Blue

📋 copy color: '#54A8FF'

red 84 ◦ green 168 ◦ blue 255

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

Shades of Cornflower Blue #54A8FF

Tints of Cornflower Blue #54A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

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

R = 16.57%
G = 33.14%
B = 50.3%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#54A8FF (or 0x54A8FF) is known color: Cornflower Blue. HEX triplet: 54, A8 and FF. RGB value is (84,168,255). Sum of RGB (Red+Green+Blue) = 84+168+255=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #54A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A8FF is #AB5700. Grayscale: #989898. Windows color (decimal): -11228929 or 16754772. OLE color: 16754772.

HSL color Cylindrical-coordinate representation of color #54A8FF: hue angle of 210.53º 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 #54A8FF is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 168 255 -
CMYK 0.67 0.34 0 0
HSL 210.53º 1% 0.66% -
HSV(B) 210.53º 0.67% 1% -
XYZ 35.71 37.11 99.89 -
YUV 152.8 185.67 78.93 -
System Red Green Blue C M Y K H S L
Decimal 84 168 255 0.67 0.34 0 0 210.53 1 0.66
Hex 54 A8 FF 43 22 0 0 D3 64 42
Octal 124 250 377 103 42 0 0 323 144 102
Binary 1010100 10101000 11111111 1000011 100010 0 0 11010011 1100100 1000010

Color Harmonies of #54A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8FF

Black with #54A8FF

Text Example


Text Example

White with #54A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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