Html Css Color HEX #489AD5 Picton Blue

📋 copy color: '#489AD5'

red 72 ◦ green 154 ◦ blue 213

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

Shades of Picton Blue #489AD5

Tints of Picton Blue #489AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 16.4%
G = 35.08%
B = 48.52%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#489AD5 (or 0x489AD5) is known color: Picton Blue. HEX triplet: 48, 9A and D5. RGB value is (72,154,213). Sum of RGB (Red+Green+Blue) = 72+154+213=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #489AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489AD5 is #B7652A. Grayscale: #878787. Windows color (decimal): -12018987 or 13998664. OLE color: 13998664.

HSL color Cylindrical-coordinate representation of color #489AD5: hue angle of 205.11º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #489AD5 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 154 213 -
CMYK 0.66 0.28 0 0.16
HSL 205.11º 0.63% 0.56% -
HSV(B) 205.11º 0.66% 0.84% -
XYZ 26.24 29.29 67.22 -
YUV 136.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 72 154 213 0.66 0.28 0 0.16 205.11 0.63 0.56
Hex 48 9A D5 42 1C 0 10 CD 3F 38
Octal 110 232 325 102 34 0 20 315 77 70
Binary 1001000 10011010 11010101 1000010 11100 0 10000 11001101 111111 111000

Color Harmonies of #489AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489AD5

Black with #489AD5

Text Example


Text Example

White with #489AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,154,213); }

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

background-color css

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

 a { background-color: rgb(72,154,213); }

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

border-color css

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

 span { border-color: rgb(72,154,213); }

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