Html Css Color HEX #54A1EF Cornflower Blue

📋 copy color: '#54A1EF'

red 84 ◦ green 161 ◦ blue 239

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

Shades of Cornflower Blue #54A1EF

Tints of Cornflower Blue #54A1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 17.36%
G = 33.26%
B = 49.38%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54A1EF (or 0x54A1EF) is known color: Cornflower Blue. HEX triplet: 54, A1 and EF. RGB value is (84,161,239). Sum of RGB (Red+Green+Blue) = 84+161+239=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #54A1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A1EF is #AB5E10. Grayscale: #929292. Windows color (decimal): -11230737 or 15704404. OLE color: 15704404.

HSL color Cylindrical-coordinate representation of color #54A1EF: hue angle of 210.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54A1EF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 161 239 -
CMYK 0.65 0.33 0 0.06
HSL 210.19º 0.83% 0.63% -
HSV(B) 210.19º 0.65% 0.94% -
XYZ 31.98 33.61 86.46 -
YUV 146.87 179.99 83.16 -
System Red Green Blue C M Y K H S L
Decimal 84 161 239 0.65 0.33 0 0.06 210.19 0.83 0.63
Hex 54 A1 EF 41 21 0 6 D2 53 3F
Octal 124 241 357 101 41 0 6 322 123 77
Binary 1010100 10100001 11101111 1000001 100001 0 110 11010010 1010011 111111

Color Harmonies of #54A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A1EF

Black with #54A1EF

Text Example


Text Example

White with #54A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,161,239); }

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

background-color css

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

 a { background-color: rgb(84,161,239); }

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

border-color css

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

 span { border-color: rgb(84,161,239); }

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