Html Css Color HEX #488DD9 Picton Blue

📋 copy color: '#488DD9'

red 72 ◦ green 141 ◦ blue 217

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

Shades of Picton Blue #488DD9

Tints of Picton Blue #488DD9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

 BLUE value IS 217 (85.16% from 255) = 50.47%

R = 16.74%
G = 32.79%
B = 50.47%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#488DD9 (or 0x488DD9) is known color: Picton Blue. HEX triplet: 48, 8D and D9. RGB value is (72,141,217). Sum of RGB (Red+Green+Blue) = 72+141+217=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #488DD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DD9 is #B77226. Grayscale: #808080. Windows color (decimal): -12022311 or 14257480. OLE color: 14257480.

HSL color Cylindrical-coordinate representation of color #488DD9: hue angle of 211.45º 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 #488DD9 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 141 217 -
CMYK 0.67 0.35 0 0.15
HSL 211.45º 0.66% 0.57% -
HSV(B) 211.45º 0.67% 0.85% -
XYZ 24.72 25.44 69.25 -
YUV 129.03 177.64 87.32 -
System Red Green Blue C M Y K H S L
Decimal 72 141 217 0.67 0.35 0 0.15 211.45 0.66 0.57
Hex 48 8D D9 43 23 0 F D3 42 39
Octal 110 215 331 103 43 0 17 323 102 71
Binary 1001000 10001101 11011001 1000011 100011 0 1111 11010011 1000010 111001

Color Harmonies of #488DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DD9

Black with #488DD9

Text Example


Text Example

White with #488DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488DD9; }

 p { color: rgb(72,141,217); }

 H1.HeaderClassName
 {
   color: #488DD9;
 }
 .AnyTagClassName
 {
   color: #488DD9;
 }
</style>

background-color css

<style>
 a { background-color: #488DD9; }

 a { background-color: rgb(72,141,217); }

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

border-color css

<style>
 span { border-color: #488DD9; }

 span { border-color: rgb(72,141,217); }

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