Html Css Color HEX #54A2FA Cornflower Blue

📋 copy color: '#54A2FA'

red 84 ◦ green 162 ◦ blue 250

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

Shades of Cornflower Blue #54A2FA

Tints of Cornflower Blue #54A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

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

R = 16.94%
G = 32.66%
B = 50.4%

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

#54A2FA (or 0x54A2FA) is known color: Cornflower Blue. HEX triplet: 54, A2 and FA. RGB value is (84,162,250). Sum of RGB (Red+Green+Blue) = 84+162+250=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #54A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A2FA is #AB5D05. Grayscale: #949494. Windows color (decimal): -11230470 or 16425556. OLE color: 16425556.

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

Color convert

RGB 84 162 250 -
CMYK 0.66 0.35 0 0.02
HSL 211.81º 0.94% 0.65% -
HSV(B) 211.81º 0.66% 0.98% -
XYZ 33.83 34.63 95.34 -
YUV 148.71 185.16 81.84 -
System Red Green Blue C M Y K H S L
Decimal 84 162 250 0.66 0.35 0 0.02 211.81 0.94 0.65
Hex 54 A2 FA 42 23 0 2 D4 5E 41
Octal 124 242 372 102 43 0 2 324 136 101
Binary 1010100 10100010 11111010 1000010 100011 0 10 11010100 1011110 1000001

Color Harmonies of #54A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A2FA

Black with #54A2FA

Text Example


Text Example

White with #54A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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