Html Css Color HEX #54A5FC Cornflower Blue

📋 copy color: '#54A5FC'

red 84 ◦ green 165 ◦ blue 252

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

Shades of Cornflower Blue #54A5FC

Tints of Cornflower Blue #54A5FC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

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

R = 16.77%
G = 32.93%
B = 50.3%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54A5FC (or 0x54A5FC) is known color: Cornflower Blue. HEX triplet: 54, A5 and FC. RGB value is (84,165,252). Sum of RGB (Red+Green+Blue) = 84+165+252=501 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.77% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #54A5FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A5FC is #AB5A03. Grayscale: #969696. Windows color (decimal): -11229700 or 16557396. OLE color: 16557396.

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

Color convert

RGB 84 165 252 -
CMYK 0.67 0.35 0 0.01
HSL 211.07º 0.97% 0.66% -
HSV(B) 211.07º 0.67% 0.99% -
XYZ 34.68 35.82 97.18 -
YUV 150.7 185.16 80.43 -
System Red Green Blue C M Y K H S L
Decimal 84 165 252 0.67 0.35 0 0.01 211.07 0.97 0.66
Hex 54 A5 FC 43 23 0 1 D3 61 42
Octal 124 245 374 103 43 0 1 323 141 102
Binary 1010100 10100101 11111100 1000011 100011 0 1 11010011 1100001 1000010

Color Harmonies of #54A5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A5FC

Black with #54A5FC

Text Example


Text Example

White with #54A5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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