Html Css Color HEX #549AF2 Cornflower Blue

📋 copy color: '#549AF2'

red 84 ◦ green 154 ◦ blue 242

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

Shades of Cornflower Blue #549AF2

Tints of Cornflower Blue #549AF2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 17.5%
G = 32.08%
B = 50.42%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#549AF2 (or 0x549AF2) is known color: Cornflower Blue. HEX triplet: 54, 9A and F2. RGB value is (84,154,242). Sum of RGB (Red+Green+Blue) = 84+154+242=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #549AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549AF2 is #AB650D. Grayscale: #8E8E8E. Windows color (decimal): -11232526 or 15899220. OLE color: 15899220.

HSL color Cylindrical-coordinate representation of color #549AF2: hue angle of 213.42º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549AF2 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 154 242 -
CMYK 0.65 0.36 0 0.05
HSL 213.42º 0.86% 0.64% -
HSV(B) 213.42º 0.65% 0.95% -
XYZ 31.24 31.41 88.42 -
YUV 143.1 183.81 85.84 -
System Red Green Blue C M Y K H S L
Decimal 84 154 242 0.65 0.36 0 0.05 213.42 0.86 0.64
Hex 54 9A F2 41 24 0 5 D5 56 40
Octal 124 232 362 101 44 0 5 325 126 100
Binary 1010100 10011010 11110010 1000001 100100 0 101 11010101 1010110 1000000

Color Harmonies of #549AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549AF2

Black with #549AF2

Text Example


Text Example

White with #549AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549AF2; }

 p { color: rgb(84,154,242); }

 H1.HeaderClassName
 {
   color: #549AF2;
 }
 .AnyTagClassName
 {
   color: #549AF2;
 }
</style>

background-color css

<style>
 a { background-color: #549AF2; }

 a { background-color: rgb(84,154,242); }

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

border-color css

<style>
 span { border-color: #549AF2; }

 span { border-color: rgb(84,154,242); }

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