Html Css Color HEX #488DDD Picton Blue

📋 copy color: '#488DDD'

red 72 ◦ green 141 ◦ blue 221

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

Shades of Picton Blue #488DDD

Tints of Picton Blue #488DDD

RGB

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

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

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

R = 16.59%
G = 32.49%
B = 50.92%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488DDD (or 0x488DDD) is known color: Picton Blue. HEX triplet: 48, 8D and DD. RGB value is (72,141,221). Sum of RGB (Red+Green+Blue) = 72+141+221=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #488DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DDD is #B77222. Grayscale: #818181. Windows color (decimal): -12022307 or 14519624. OLE color: 14519624.

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

Color convert

RGB 72 141 221 -
CMYK 0.67 0.36 0 0.13
HSL 212.21º 0.69% 0.57% -
HSV(B) 212.21º 0.67% 0.87% -
XYZ 25.25 25.65 72.03 -
YUV 129.49 179.64 87 -
System Red Green Blue C M Y K H S L
Decimal 72 141 221 0.67 0.36 0 0.13 212.21 0.69 0.57
Hex 48 8D DD 43 24 0 D D4 45 39
Octal 110 215 335 103 44 0 15 324 105 71
Binary 1001000 10001101 11011101 1000011 100100 0 1101 11010100 1000101 111001

Color Harmonies of #488DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DDD

Black with #488DDD

Text Example


Text Example

White with #488DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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