Html Css Color HEX #489EDA Picton Blue

📋 copy color: '#489EDA'

red 72 ◦ green 158 ◦ blue 218

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

Shades of Picton Blue #489EDA

Tints of Picton Blue #489EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 16.07%
G = 35.27%
B = 48.66%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#489EDA (or 0x489EDA) is known color: Picton Blue. HEX triplet: 48, 9E and DA. RGB value is (72,158,218). Sum of RGB (Red+Green+Blue) = 72+158+218=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #489EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EDA is #B76125. Grayscale: #8A8A8A. Windows color (decimal): -12017958 or 14327368. OLE color: 14327368.

HSL color Cylindrical-coordinate representation of color #489EDA: hue angle of 204.66º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489EDA is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 158 218 -
CMYK 0.67 0.28 0 0.15
HSL 204.66º 0.66% 0.57% -
HSV(B) 204.66º 0.67% 0.85% -
XYZ 27.55 30.89 70.84 -
YUV 139.13 172.51 80.12 -
System Red Green Blue C M Y K H S L
Decimal 72 158 218 0.67 0.28 0 0.15 204.66 0.66 0.57
Hex 48 9E DA 43 1C 0 F CD 42 39
Octal 110 236 332 103 34 0 17 315 102 71
Binary 1001000 10011110 11011010 1000011 11100 0 1111 11001101 1000010 111001

Color Harmonies of #489EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489EDA

Black with #489EDA

Text Example


Text Example

White with #489EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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