Html Css Color HEX #489BE0 Picton Blue

📋 copy color: '#489BE0'

red 72 ◦ green 155 ◦ blue 224

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

Shades of Picton Blue #489BE0

Tints of Picton Blue #489BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 15.96%
G = 34.37%
B = 49.67%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#489BE0 (or 0x489BE0) is known color: Picton Blue. HEX triplet: 48, 9B and E0. RGB value is (72,155,224). Sum of RGB (Red+Green+Blue) = 72+155+224=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #489BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BE0 is #B7641F. Grayscale: #898989. Windows color (decimal): -12018720 or 14719816. OLE color: 14719816.

HSL color Cylindrical-coordinate representation of color #489BE0: hue angle of 207.24º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #489BE0 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 155 224 -
CMYK 0.68 0.31 0 0.12
HSL 207.24º 0.71% 0.58% -
HSV(B) 207.24º 0.68% 0.88% -
XYZ 27.85 30.2 74.88 -
YUV 138.05 176.5 80.89 -
System Red Green Blue C M Y K H S L
Decimal 72 155 224 0.68 0.31 0 0.12 207.24 0.71 0.58
Hex 48 9B E0 44 1F 0 C CF 47 3A
Octal 110 233 340 104 37 0 14 317 107 72
Binary 1001000 10011011 11100000 1000100 11111 0 1100 11001111 1000111 111010

Color Harmonies of #489BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BE0

Black with #489BE0

Text Example


Text Example

White with #489BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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