Html Css Color HEX #489BDD Picton Blue

📋 copy color: '#489BDD'

red 72 ◦ green 155 ◦ blue 221

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

Shades of Picton Blue #489BDD

Tints of Picton Blue #489BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.6%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 16.07%
G = 34.6%
B = 49.33%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#489BDD (or 0x489BDD) is known color: Picton Blue. HEX triplet: 48, 9B and DD. RGB value is (72,155,221). Sum of RGB (Red+Green+Blue) = 72+155+221=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #489BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BDD is #B76422. Grayscale: #898989. Windows color (decimal): -12018723 or 14523208. OLE color: 14523208.

HSL color Cylindrical-coordinate representation of color #489BDD: hue angle of 206.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489BDD is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 155 221 -
CMYK 0.67 0.30 0 0.13
HSL 206.58º 0.69% 0.57% -
HSV(B) 206.58º 0.67% 0.87% -
XYZ 27.44 30.04 72.76 -
YUV 137.71 175 81.13 -
System Red Green Blue C M Y K H S L
Decimal 72 155 221 0.67 0.30 0 0.13 206.58 0.69 0.57
Hex 48 9B DD 43 1E 0 D CF 45 39
Octal 110 233 335 103 36 0 15 317 105 71
Binary 1001000 10011011 11011101 1000011 11110 0 1101 11001111 1000101 111001

Color Harmonies of #489BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BDD

Black with #489BDD

Text Example


Text Example

White with #489BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,155,221); }

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

background-color css

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

 a { background-color: rgb(72,155,221); }

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

border-color css

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

 span { border-color: rgb(72,155,221); }

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