Html Css Color HEX #498EDF Picton Blue

📋 copy color: '#498EDF'

red 73 ◦ green 142 ◦ blue 223

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

Shades of Picton Blue #498EDF

Tints of Picton Blue #498EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 16.67%
G = 32.42%
B = 50.91%

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

#498EDF (or 0x498EDF) is known color: Picton Blue. HEX triplet: 49, 8E and DF. RGB value is (73,142,223). Sum of RGB (Red+Green+Blue) = 73+142+223=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #498EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EDF is #B67120. Grayscale: #828282. Windows color (decimal): -11956513 or 14650953. OLE color: 14650953.

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

Color convert

RGB 73 142 223 -
CMYK 0.67 0.36 0 0.13
HSL 212.4º 0.7% 0.58% -
HSV(B) 212.4º 0.67% 0.87% -
XYZ 25.74 26.09 73.49 -
YUV 130.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 73 142 223 0.67 0.36 0 0.13 212.4 0.7 0.58
Hex 49 8E DF 43 24 0 D D4 46 3A
Octal 111 216 337 103 44 0 15 324 106 72
Binary 1001001 10001110 11011111 1000011 100100 0 1101 11010100 1000110 111010

Color Harmonies of #498EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EDF

Black with #498EDF

Text Example


Text Example

White with #498EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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