#488ED7

Color #488ED7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #488ED7

Tints of Picton Blue #488ED7

Color information

#488ED7 (or 0x488ED7) is unknown color: approx Picton Blue. HEX triplet: 48, 8E and D7. RGB value is (72,142,215). Sum of RGB (Red+Green+Blue) = 72+142+215=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #488ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ED7 is #B77128. Grayscale: #818181. Windows color (decimal): -12022057 or 14126664. OLE color: 14126664.

HSL color Cylindrical-coordinate representation of color #488ED7: hue angle of 210.63º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488ED7 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB72142215-
CMYK0.670.3400.16
HSL210.63º64.13%56.27%-
HSV(B)210.63º66.51%84.31%-
XYZ24.6125.6367.94-
YUV129.39176.3187.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 215 (84.38% from 255) = 50.12%
R=16.78%
G=33.10%
B=50.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal721422150.670.3400.16210.6364.1356.27
Hex488ED74322010d34038
Octal1102163271034202032310070
Binary100100010001110110101111000011100010010000110100111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,142,215); }

 H1.HeaderClassName
 {
   color: #488ED7;
 }
 .AnyTagClassName
 {
   color: #488ED7;
 }
</style>
background-color css

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

 a { background-color: rgb(72,142,215); }

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

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

 span { border-color: rgb(72,142,215); }

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