Html Css Color HEX #488DDE Picton Blue

📋 copy color: '#488DDE'

red 72 ◦ green 141 ◦ blue 222

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

Shades of Picton Blue #488DDE

Tints of Picton Blue #488DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 16.55%
G = 32.41%
B = 51.03%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#488DDE (or 0x488DDE) is known color: Picton Blue. HEX triplet: 48, 8D and DE. RGB value is (72,141,222). Sum of RGB (Red+Green+Blue) = 72+141+222=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #488DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DDE is #B77221. Grayscale: #818181. Windows color (decimal): -12022306 or 14585160. OLE color: 14585160.

HSL color Cylindrical-coordinate representation of color #488DDE: hue angle of 212.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #488DDE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 141 222 -
CMYK 0.68 0.36 0 0.13
HSL 212.4º 0.69% 0.58% -
HSV(B) 212.4º 0.68% 0.87% -
XYZ 25.38 25.7 72.73 -
YUV 129.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 72 141 222 0.68 0.36 0 0.13 212.4 0.69 0.58
Hex 48 8D DE 44 24 0 D D4 45 3A
Octal 110 215 336 104 44 0 15 324 105 72
Binary 1001000 10001101 11011110 1000100 100100 0 1101 11010100 1000101 111010

Color Harmonies of #488DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DDE

Black with #488DDE

Text Example


Text Example

White with #488DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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