Html Css Color HEX #549CEB Cornflower Blue

📋 copy color: '#549CEB'

red 84 ◦ green 156 ◦ blue 235

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

Shades of Cornflower Blue #549CEB

Tints of Cornflower Blue #549CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.84%

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 17.68%
G = 32.84%
B = 49.47%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#549CEB (or 0x549CEB) is known color: Cornflower Blue. HEX triplet: 54, 9C and EB. RGB value is (84,156,235). Sum of RGB (Red+Green+Blue) = 84+156+235=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #549CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CEB is #AB6314. Grayscale: #8F8F8F. Windows color (decimal): -11232021 or 15440980. OLE color: 15440980.

HSL color Cylindrical-coordinate representation of color #549CEB: hue angle of 211.39º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #549CEB is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 156 235 -
CMYK 0.64 0.34 0 0.08
HSL 211.39º 0.79% 0.63% -
HSV(B) 211.39º 0.64% 0.92% -
XYZ 30.54 31.66 83.1 -
YUV 143.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 84 156 235 0.64 0.34 0 0.08 211.39 0.79 0.63
Hex 54 9C EB 40 22 0 8 D3 4F 3F
Octal 124 234 353 100 42 0 10 323 117 77
Binary 1010100 10011100 11101011 1000000 100010 0 1000 11010011 1001111 111111

Color Harmonies of #549CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CEB

Black with #549CEB

Text Example


Text Example

White with #549CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,156,235); }

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

background-color css

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

 a { background-color: rgb(84,156,235); }

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

border-color css

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

 span { border-color: rgb(84,156,235); }

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