Html Css Color HEX #54A6FC Cornflower Blue

📋 copy color: '#54A6FC'

red 84 ◦ green 166 ◦ blue 252

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

Shades of Cornflower Blue #54A6FC

Tints of Cornflower Blue #54A6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

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

R = 16.73%
G = 33.07%
B = 50.2%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54A6FC (or 0x54A6FC) is known color: Cornflower Blue. HEX triplet: 54, A6 and FC. RGB value is (84,166,252). Sum of RGB (Red+Green+Blue) = 84+166+252=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #54A6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A6FC is #AB5903. Grayscale: #969696. Windows color (decimal): -11229444 or 16557652. OLE color: 16557652.

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

Color convert

RGB 84 166 252 -
CMYK 0.67 0.34 0 0.01
HSL 210.71º 0.97% 0.66% -
HSV(B) 210.71º 0.67% 0.99% -
XYZ 34.86 36.19 97.24 -
YUV 151.29 184.83 80.01 -
System Red Green Blue C M Y K H S L
Decimal 84 166 252 0.67 0.34 0 0.01 210.71 0.97 0.66
Hex 54 A6 FC 43 22 0 1 D3 61 42
Octal 124 246 374 103 42 0 1 323 141 102
Binary 1010100 10100110 11111100 1000011 100010 0 1 11010011 1100001 1000010

Color Harmonies of #54A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A6FC

Black with #54A6FC

Text Example


Text Example

White with #54A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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