Html Css Color HEX #498EDD Picton Blue

📋 copy color: '#498EDD'

red 73 ◦ green 142 ◦ blue 221

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

Shades of Picton Blue #498EDD

Tints of Picton Blue #498EDD

RGB

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

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

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

R = 16.74%
G = 32.57%
B = 50.69%

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

#498EDD (or 0x498EDD) is known color: Picton Blue. HEX triplet: 49, 8E and DD. RGB value is (73,142,221). Sum of RGB (Red+Green+Blue) = 73+142+221=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #498EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EDD is #B67122. Grayscale: #818181. Windows color (decimal): -11956515 or 14519881. OLE color: 14519881.

HSL color Cylindrical-coordinate representation of color #498EDD: hue angle of 212.03º 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 #498EDD is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 142 221 -
CMYK 0.67 0.36 0 0.13
HSL 212.03º 0.69% 0.58% -
HSV(B) 212.03º 0.67% 0.87% -
XYZ 25.47 25.98 72.08 -
YUV 130.38 179.14 87.08 -
System Red Green Blue C M Y K H S L
Decimal 73 142 221 0.67 0.36 0 0.13 212.03 0.69 0.58
Hex 49 8E DD 43 24 0 D D4 45 3A
Octal 111 216 335 103 44 0 15 324 105 72
Binary 1001001 10001110 11011101 1000011 100100 0 1101 11010100 1000101 111010

Color Harmonies of #498EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EDD

Black with #498EDD

Text Example


Text Example

White with #498EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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