Html Css Color HEX #549CFE Cornflower Blue

📋 copy color: '#549CFE'

red 84 ◦ green 156 ◦ blue 254

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

Shades of Cornflower Blue #549CFE

Tints of Cornflower Blue #549CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 17%
G = 31.58%
B = 51.42%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#549CFE (or 0x549CFE) is known color: Cornflower Blue. HEX triplet: 54, 9C and FE. RGB value is (84,156,254). Sum of RGB (Red+Green+Blue) = 84+156+254=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #549CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CFE is #AB6301. Grayscale: #919191. Windows color (decimal): -11232002 or 16686164. OLE color: 16686164.

HSL color Cylindrical-coordinate representation of color #549CFE: hue angle of 214.59º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549CFE is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 156 254 -
CMYK 0.67 0.39 0 0.00
HSL 214.59º 0.99% 0.66% -
HSV(B) 214.59º 0.67% 1% -
XYZ 33.43 32.82 98.34 -
YUV 145.64 189.15 84.03 -
System Red Green Blue C M Y K H S L
Decimal 84 156 254 0.67 0.39 0 0.00 214.59 0.99 0.66
Hex 54 9C FE 43 27 0 0 D7 63 42
Octal 124 234 376 103 47 0 0 327 143 102
Binary 1010100 10011100 11111110 1000011 100111 0 0 11010111 1100011 1000010

Color Harmonies of #549CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CFE

Black with #549CFE

Text Example


Text Example

White with #549CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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