Html Css Color HEX #488DDB Picton Blue

📋 copy color: '#488DDB'

red 72 ◦ green 141 ◦ blue 219

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

Shades of Picton Blue #488DDB

Tints of Picton Blue #488DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 16.67%
G = 32.64%
B = 50.69%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#488DDB (or 0x488DDB) is known color: Picton Blue. HEX triplet: 48, 8D and DB. RGB value is (72,141,219). Sum of RGB (Red+Green+Blue) = 72+141+219=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #488DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DDB is #B77224. Grayscale: #808080. Windows color (decimal): -12022309 or 14388552. OLE color: 14388552.

HSL color Cylindrical-coordinate representation of color #488DDB: hue angle of 211.84º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488DDB is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 141 219 -
CMYK 0.67 0.36 0 0.14
HSL 211.84º 0.67% 0.57% -
HSV(B) 211.84º 0.67% 0.86% -
XYZ 24.98 25.54 70.63 -
YUV 129.26 178.64 87.16 -
System Red Green Blue C M Y K H S L
Decimal 72 141 219 0.67 0.36 0 0.14 211.84 0.67 0.57
Hex 48 8D DB 43 24 0 E D4 43 39
Octal 110 215 333 103 44 0 16 324 103 71
Binary 1001000 10001101 11011011 1000011 100100 0 1110 11010100 1000011 111001

Color Harmonies of #488DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DDB

Black with #488DDB

Text Example


Text Example

White with #488DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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