Html Css Color HEX #548DFF Cornflower Blue

📋 copy color: '#548DFF'

red 84 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #548DFF

Tints of Cornflower Blue #548DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.38%

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

R = 17.5%
G = 29.38%
B = 53.13%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#548DFF (or 0x548DFF) is known color: Cornflower Blue. HEX triplet: 54, 8D and FF. RGB value is (84,141,255). Sum of RGB (Red+Green+Blue) = 84+141+255=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #548DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548DFF is #AB7200. Grayscale: #888888. Windows color (decimal): -11235841 or 16747860. OLE color: 16747860.

HSL color Cylindrical-coordinate representation of color #548DFF: hue angle of 220º 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 #548DFF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 141 255 -
CMYK 0.67 0.45 0 0
HSL 220º 1% 0.66% -
HSV(B) 220º 0.67% 1% -
XYZ 31.23 28.15 98.4 -
YUV 136.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 84 141 255 0.67 0.45 0 0 220 1 0.66
Hex 54 8D FF 43 2D 0 0 DC 64 42
Octal 124 215 377 103 55 0 0 334 144 102
Binary 1010100 10001101 11111111 1000011 101101 0 0 11011100 1100100 1000010

Color Harmonies of #548DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DFF

Black with #548DFF

Text Example


Text Example

White with #548DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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