Html Css Color HEX #54A8FE Cornflower Blue

📋 copy color: '#54A8FE'

red 84 ◦ green 168 ◦ blue 254

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

Shades of Cornflower Blue #54A8FE

Tints of Cornflower Blue #54A8FE

RGB

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

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

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

R = 16.6%
G = 33.2%
B = 50.2%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#54A8FE (or 0x54A8FE) is known color: Cornflower Blue. HEX triplet: 54, A8 and FE. RGB value is (84,168,254). Sum of RGB (Red+Green+Blue) = 84+168+254=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #54A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A8FE is #AB5701. Grayscale: #989898. Windows color (decimal): -11228930 or 16689236. OLE color: 16689236.

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

Color convert

RGB 84 168 254 -
CMYK 0.67 0.34 0 0.00
HSL 210.35º 0.99% 0.66% -
HSV(B) 210.35º 0.67% 1% -
XYZ 35.55 37.05 99.04 -
YUV 152.69 185.17 79.01 -
System Red Green Blue C M Y K H S L
Decimal 84 168 254 0.67 0.34 0 0.00 210.35 0.99 0.66
Hex 54 A8 FE 43 22 0 0 D2 63 42
Octal 124 250 376 103 42 0 0 322 143 102
Binary 1010100 10101000 11111110 1000011 100010 0 0 11010010 1100011 1000010

Color Harmonies of #54A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8FE

Black with #54A8FE

Text Example


Text Example

White with #54A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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