Html Css Color HEX #54A8FC Cornflower Blue

📋 copy color: '#54A8FC'

red 84 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #54A8FC

Tints of Cornflower Blue #54A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 16.67%
G = 33.33%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54A8FC (or 0x54A8FC) is known color: Cornflower Blue. HEX triplet: 54, A8 and FC. RGB value is (84,168,252). Sum of RGB (Red+Green+Blue) = 84+168+252=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #54A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A8FC is #AB5703. Grayscale: #989898. Windows color (decimal): -11228932 or 16558164. OLE color: 16558164.

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

Color convert

RGB 84 168 252 -
CMYK 0.67 0.33 0 0.01
HSL 210º 0.97% 0.66% -
HSV(B) 210º 0.67% 0.99% -
XYZ 35.23 36.92 97.36 -
YUV 152.46 184.17 79.17 -
System Red Green Blue C M Y K H S L
Decimal 84 168 252 0.67 0.33 0 0.01 210 0.97 0.66
Hex 54 A8 FC 43 21 0 1 D2 61 42
Octal 124 250 374 103 41 0 1 322 141 102
Binary 1010100 10101000 11111100 1000011 100001 0 1 11010010 1100001 1000010

Color Harmonies of #54A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8FC

Black with #54A8FC

Text Example


Text Example

White with #54A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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