Html Css Color HEX #54A3FA Cornflower Blue

📋 copy color: '#54A3FA'

red 84 ◦ green 163 ◦ blue 250

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

Shades of Cornflower Blue #54A3FA

Tints of Cornflower Blue #54A3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 16.9%
G = 32.8%
B = 50.3%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54A3FA (or 0x54A3FA) is known color: Cornflower Blue. HEX triplet: 54, A3 and FA. RGB value is (84,163,250). Sum of RGB (Red+Green+Blue) = 84+163+250=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #54A3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A3FA is #AB5C05. Grayscale: #949494. Windows color (decimal): -11230214 or 16425812. OLE color: 16425812.

HSL color Cylindrical-coordinate representation of color #54A3FA: hue angle of 211.45º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54A3FA is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 163 250 -
CMYK 0.66 0.35 0 0.02
HSL 211.45º 0.94% 0.65% -
HSV(B) 211.45º 0.66% 0.98% -
XYZ 34.01 34.98 95.4 -
YUV 149.3 184.83 81.43 -
System Red Green Blue C M Y K H S L
Decimal 84 163 250 0.66 0.35 0 0.02 211.45 0.94 0.65
Hex 54 A3 FA 42 23 0 2 D3 5E 41
Octal 124 243 372 102 43 0 2 323 136 101
Binary 1010100 10100011 11111010 1000010 100011 0 10 11010011 1011110 1000001

Color Harmonies of #54A3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A3FA

Black with #54A3FA

Text Example


Text Example

White with #54A3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,163,250); }

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

background-color css

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

 a { background-color: rgb(84,163,250); }

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

border-color css

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

 span { border-color: rgb(84,163,250); }

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