Html Css Color HEX #489EDB Picton Blue

📋 copy color: '#489EDB'

red 72 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #489EDB

Tints of Picton Blue #489EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.19%

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

R = 16.04%
G = 35.19%
B = 48.78%

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

#489EDB (or 0x489EDB) is known color: Picton Blue. HEX triplet: 48, 9E and DB. RGB value is (72,158,219). Sum of RGB (Red+Green+Blue) = 72+158+219=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #489EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EDB is #B76124. Grayscale: #8A8A8A. Windows color (decimal): -12017957 or 14392904. OLE color: 14392904.

HSL color Cylindrical-coordinate representation of color #489EDB: hue angle of 204.9º 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 #489EDB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 158 219 -
CMYK 0.67 0.28 0 0.14
HSL 204.9º 0.67% 0.57% -
HSV(B) 204.9º 0.67% 0.86% -
XYZ 27.69 30.95 71.53 -
YUV 139.24 173.01 80.04 -
System Red Green Blue C M Y K H S L
Decimal 72 158 219 0.67 0.28 0 0.14 204.9 0.67 0.57
Hex 48 9E DB 43 1C 0 E CD 43 39
Octal 110 236 333 103 34 0 16 315 103 71
Binary 1001000 10011110 11011011 1000011 11100 0 1110 11001101 1000011 111001

Color Harmonies of #489EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489EDB

Black with #489EDB

Text Example


Text Example

White with #489EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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