Html Css Color HEX #489ED2 Picton Blue

📋 copy color: '#489ED2'

red 72 ◦ green 158 ◦ blue 210

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

Shades of Picton Blue #489ED2

Tints of Picton Blue #489ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.73%

R = 16.36%
G = 35.91%
B = 47.73%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#489ED2 (or 0x489ED2) is known color: Picton Blue. HEX triplet: 48, 9E and D2. RGB value is (72,158,210). Sum of RGB (Red+Green+Blue) = 72+158+210=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #489ED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ED2 is #B7612D. Grayscale: #898989. Windows color (decimal): -12017966 or 13803080. OLE color: 13803080.

HSL color Cylindrical-coordinate representation of color #489ED2: hue angle of 202.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #489ED2 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 158 210 -
CMYK 0.66 0.25 0 0.18
HSL 202.61º 0.61% 0.55% -
HSV(B) 202.61º 0.66% 0.82% -
XYZ 26.53 30.48 65.46 -
YUV 138.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 72 158 210 0.66 0.25 0 0.18 202.61 0.61 0.55
Hex 48 9E D2 42 19 0 12 CB 3D 37
Octal 110 236 322 102 31 0 22 313 75 67
Binary 1001000 10011110 11010010 1000010 11001 0 10010 11001011 111101 110111

Color Harmonies of #489ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489ED2

Black with #489ED2

Text Example


Text Example

White with #489ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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