Html Css Color HEX #498DDD Picton Blue

📋 copy color: '#498DDD'

red 73 ◦ green 141 ◦ blue 221

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

Shades of Picton Blue #498DDD

Tints of Picton Blue #498DDD

RGB

 RED value IS 73 (28.91% from 255) = 16.78%

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 16.78%
G = 32.41%
B = 50.8%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#498DDD (or 0x498DDD) is known color: Picton Blue. HEX triplet: 49, 8D and DD. RGB value is (73,141,221). Sum of RGB (Red+Green+Blue) = 73+141+221=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #498DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DDD is #B67222. Grayscale: #818181. Windows color (decimal): -11956771 or 14519625. OLE color: 14519625.

HSL color Cylindrical-coordinate representation of color #498DDD: hue angle of 212.43º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498DDD is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 141 221 -
CMYK 0.67 0.36 0 0.13
HSL 212.43º 0.69% 0.58% -
HSV(B) 212.43º 0.67% 0.87% -
XYZ 25.32 25.69 72.03 -
YUV 129.79 179.47 87.5 -
System Red Green Blue C M Y K H S L
Decimal 73 141 221 0.67 0.36 0 0.13 212.43 0.69 0.58
Hex 49 8D DD 43 24 0 D D4 45 3A
Octal 111 215 335 103 44 0 15 324 105 72
Binary 1001001 10001101 11011101 1000011 100100 0 1101 11010100 1000101 111010

Color Harmonies of #498DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DDD

Black with #498DDD

Text Example


Text Example

White with #498DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498DDD; }

 p { color: rgb(73,141,221); }

 H1.HeaderClassName
 {
   color: #498DDD;
 }
 .AnyTagClassName
 {
   color: #498DDD;
 }
</style>

background-color css

<style>
 a { background-color: #498DDD; }

 a { background-color: rgb(73,141,221); }

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

border-color css

<style>
 span { border-color: #498DDD; }

 span { border-color: rgb(73,141,221); }

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