Html Css Color HEX #489DDF Picton Blue

📋 copy color: '#489DDF'

red 72 ◦ green 157 ◦ blue 223

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

Shades of Picton Blue #489DDF

Tints of Picton Blue #489DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 15.93%
G = 34.73%
B = 49.34%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#489DDF (or 0x489DDF) is known color: Picton Blue. HEX triplet: 48, 9D and DF. RGB value is (72,157,223). Sum of RGB (Red+Green+Blue) = 72+157+223=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #489DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DDF is #B76220. Grayscale: #8A8A8A. Windows color (decimal): -12018209 or 14654792. OLE color: 14654792.

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

Color convert

RGB 72 157 223 -
CMYK 0.68 0.30 0 0.13
HSL 206.23º 0.7% 0.58% -
HSV(B) 206.23º 0.68% 0.87% -
XYZ 28.05 30.82 74.28 -
YUV 139.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 72 157 223 0.68 0.30 0 0.13 206.23 0.7 0.58
Hex 48 9D DF 44 1E 0 D CE 46 3A
Octal 110 235 337 104 36 0 15 316 106 72
Binary 1001000 10011101 11011111 1000100 11110 0 1101 11001110 1000110 111010

Color Harmonies of #489DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DDF

Black with #489DDF

Text Example


Text Example

White with #489DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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