Html Css Color HEX #548ED8 Picton Blue

📋 copy color: '#548ED8'

red 84 ◦ green 142 ◦ blue 216

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

Shades of Picton Blue #548ED8

Tints of Picton Blue #548ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 19%
G = 32.13%
B = 48.87%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#548ED8 (or 0x548ED8) is known color: Picton Blue. HEX triplet: 54, 8E and D8. RGB value is (84,142,216). Sum of RGB (Red+Green+Blue) = 84+142+216=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #548ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ED8 is #AB7127. Grayscale: #848484. Windows color (decimal): -11235624 or 14192212. OLE color: 14192212.

HSL color Cylindrical-coordinate representation of color #548ED8: hue angle of 213.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #548ED8 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 142 216 -
CMYK 0.61 0.34 0 0.15
HSL 213.64º 0.63% 0.59% -
HSV(B) 213.64º 0.61% 0.85% -
XYZ 25.72 26.19 68.66 -
YUV 133.09 174.78 92.98 -
System Red Green Blue C M Y K H S L
Decimal 84 142 216 0.61 0.34 0 0.15 213.64 0.63 0.59
Hex 54 8E D8 3D 22 0 F D6 3F 3B
Octal 124 216 330 75 42 0 17 326 77 73
Binary 1010100 10001110 11011000 111101 100010 0 1111 11010110 111111 111011

Color Harmonies of #548ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548ED8

Black with #548ED8

Text Example


Text Example

White with #548ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,142,216); }

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

background-color css

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

 a { background-color: rgb(84,142,216); }

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

border-color css

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

 span { border-color: rgb(84,142,216); }

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