Html Css Color HEX #489DDB Picton Blue

📋 copy color: '#489DDB'

red 72 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #489DDB

Tints of Picton Blue #489DDB

RGB

 RED value IS 72 (28.52% from 255) = 16.07%

 GREEN value IS 157 (61.72% from 255) = 35.04%

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 16.07%
G = 35.04%
B = 48.88%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#489DDB (or 0x489DDB) is known color: Picton Blue. HEX triplet: 48, 9D and DB. RGB value is (72,157,219). Sum of RGB (Red+Green+Blue) = 72+157+219=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #489DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DDB is #B76224. Grayscale: #8A8A8A. Windows color (decimal): -12018213 or 14392648. OLE color: 14392648.

HSL color Cylindrical-coordinate representation of color #489DDB: hue angle of 205.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489DDB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 157 219 -
CMYK 0.67 0.28 0 0.14
HSL 205.31º 0.67% 0.57% -
HSV(B) 205.31º 0.67% 0.86% -
XYZ 27.52 30.61 71.48 -
YUV 138.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 72 157 219 0.67 0.28 0 0.14 205.31 0.67 0.57
Hex 48 9D DB 43 1C 0 E CD 43 39
Octal 110 235 333 103 34 0 16 315 103 71
Binary 1001000 10011101 11011011 1000011 11100 0 1110 11001101 1000011 111001

Color Harmonies of #489DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DDB

Black with #489DDB

Text Example


Text Example

White with #489DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489DDB; }

 p { color: rgb(72,157,219); }

 H1.HeaderClassName
 {
   color: #489DDB;
 }
 .AnyTagClassName
 {
   color: #489DDB;
 }
</style>

background-color css

<style>
 a { background-color: #489DDB; }

 a { background-color: rgb(72,157,219); }

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

border-color css

<style>
 span { border-color: #489DDB; }

 span { border-color: rgb(72,157,219); }

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