#488dbe

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

Shades of Curious Blue #488DBE

Tints of Curious Blue #488DBE

Color information

#488DBE (or 0x488DBE) is unknown color: approx Curious Blue. HEX triplet: 48, 8D and BE. RGB value is (72,141,190). Sum of RGB (Red+Green+Blue) = 72+141+190=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #488DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DBE is #B77241. Grayscale: #7D7D7D. Windows color (decimal): -12022338 or 12488008. OLE color: 12488008.

HSL color Cylindrical-coordinate representation of color #488DBE: hue angle of 204.92º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488DBE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72141190-
CMYK0.620.2600.25
HSL204.92º47.58%51.37%-
HSV(B)204.92º62.11%74.51%-
XYZ21.4924.1552.24-
YUV125.95164.1489.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.87%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=17.87%
G=34.99%
B=47.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721411900.620.2600.25204.9247.5851.37
Hex488DBE3E1A019cd3033
Octal11021527676320313156063
Binary100100010001101101111101111101101001100111001101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488dbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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