Html Css Color HEX #54A9F9 Cornflower Blue

📋 copy color: '#54A9F9'

red 84 ◦ green 169 ◦ blue 249

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

Shades of Cornflower Blue #54A9F9

Tints of Cornflower Blue #54A9F9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.67%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 16.73%
G = 33.67%
B = 49.6%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54A9F9 (or 0x54A9F9) is known color: Cornflower Blue. HEX triplet: 54, A9 and F9. RGB value is (84,169,249). Sum of RGB (Red+Green+Blue) = 84+169+249=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #54A9F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A9F9 is #AB5606. Grayscale: #989898. Windows color (decimal): -11228679 or 16361812. OLE color: 16361812.

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

Color convert

RGB 84 169 249 -
CMYK 0.66 0.32 0 0.02
HSL 209.09º 0.93% 0.65% -
HSV(B) 209.09º 0.66% 0.98% -
XYZ 34.94 37.1 94.94 -
YUV 152.71 182.34 79 -
System Red Green Blue C M Y K H S L
Decimal 84 169 249 0.66 0.32 0 0.02 209.09 0.93 0.65
Hex 54 A9 F9 42 20 0 2 D1 5D 41
Octal 124 251 371 102 40 0 2 321 135 101
Binary 1010100 10101001 11111001 1000010 100000 0 10 11010001 1011101 1000001

Color Harmonies of #54A9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A9F9

Black with #54A9F9

Text Example


Text Example

White with #54A9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,169,249); }

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

background-color css

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

 a { background-color: rgb(84,169,249); }

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

border-color css

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

 span { border-color: rgb(84,169,249); }

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