Html Css Color HEX #489DD5 Picton Blue

📋 copy color: '#489DD5'

red 72 ◦ green 157 ◦ blue 213

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

Shades of Picton Blue #489DD5

Tints of Picton Blue #489DD5

RGB

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

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

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

R = 16.29%
G = 35.52%
B = 48.19%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#489DD5 (or 0x489DD5) is known color: Picton Blue. HEX triplet: 48, 9D and D5. RGB value is (72,157,213). Sum of RGB (Red+Green+Blue) = 72+157+213=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #489DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DD5 is #B7622A. Grayscale: #898989. Windows color (decimal): -12018219 or 13999432. OLE color: 13999432.

HSL color Cylindrical-coordinate representation of color #489DD5: hue angle of 203.83º 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 #489DD5 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 157 213 -
CMYK 0.66 0.26 0 0.16
HSL 203.83º 0.63% 0.56% -
HSV(B) 203.83º 0.66% 0.84% -
XYZ 26.74 30.3 67.39 -
YUV 137.97 170.34 80.95 -
System Red Green Blue C M Y K H S L
Decimal 72 157 213 0.66 0.26 0 0.16 203.83 0.63 0.56
Hex 48 9D D5 42 1A 0 10 CC 3F 38
Octal 110 235 325 102 32 0 20 314 77 70
Binary 1001000 10011101 11010101 1000010 11010 0 10000 11001100 111111 111000

Color Harmonies of #489DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DD5

Black with #489DD5

Text Example


Text Example

White with #489DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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