Html Css Color HEX #489EDD Picton Blue

📋 copy color: '#489EDD'

red 72 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #489EDD

Tints of Picton Blue #489EDD

RGB

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

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

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

R = 15.96%
G = 35.03%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#489EDD (or 0x489EDD) is known color: Picton Blue. HEX triplet: 48, 9E and DD. RGB value is (72,158,221). Sum of RGB (Red+Green+Blue) = 72+158+221=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #489EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EDD is #B76122. Grayscale: #8B8B8B. Windows color (decimal): -12017955 or 14523976. OLE color: 14523976.

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

Color convert

RGB 72 158 221 -
CMYK 0.67 0.29 0 0.13
HSL 205.37º 0.69% 0.57% -
HSV(B) 205.37º 0.67% 0.87% -
XYZ 27.95 31.05 72.93 -
YUV 139.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 72 158 221 0.67 0.29 0 0.13 205.37 0.69 0.57
Hex 48 9E DD 43 1D 0 D CD 45 39
Octal 110 236 335 103 35 0 15 315 105 71
Binary 1001000 10011110 11011101 1000011 11101 0 1101 11001101 1000101 111001

Color Harmonies of #489EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489EDD

Black with #489EDD

Text Example


Text Example

White with #489EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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