Html Css Color HEX #549DFF Cornflower Blue

📋 copy color: '#549DFF'

red 84 ◦ green 157 ◦ blue 255

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

Shades of Cornflower Blue #549DFF

Tints of Cornflower Blue #549DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.65%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 16.94%
G = 31.65%
B = 51.41%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#549DFF (or 0x549DFF) is known color: Cornflower Blue. HEX triplet: 54, 9D and FF. RGB value is (84,157,255). Sum of RGB (Red+Green+Blue) = 84+157+255=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #549DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549DFF is #AB6200. Grayscale: #919191. Windows color (decimal): -11231745 or 16751956. OLE color: 16751956.

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

Color convert

RGB 84 157 255 -
CMYK 0.67 0.38 0 0
HSL 214.39º 1% 0.66% -
HSV(B) 214.39º 0.67% 1% -
XYZ 33.76 33.22 99.24 -
YUV 146.35 189.32 83.53 -
System Red Green Blue C M Y K H S L
Decimal 84 157 255 0.67 0.38 0 0 214.39 1 0.66
Hex 54 9D FF 43 26 0 0 D6 64 42
Octal 124 235 377 103 46 0 0 326 144 102
Binary 1010100 10011101 11111111 1000011 100110 0 0 11010110 1100100 1000010

Color Harmonies of #549DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549DFF

Black with #549DFF

Text Example


Text Example

White with #549DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,157,255); }

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

background-color css

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

 a { background-color: rgb(84,157,255); }

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

border-color css

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

 span { border-color: rgb(84,157,255); }

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