#488DBC

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

Shades of Curious Blue #488DBC

Tints of Curious Blue #488DBC

Color information

#488DBC (or 0x488DBC) is unknown color: approx Curious Blue. HEX triplet: 48, 8D and BC. RGB value is (72,141,188). Sum of RGB (Red+Green+Blue) = 72+141+188=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #488DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DBC is #B77243. Grayscale: #7D7D7D. Windows color (decimal): -12022340 or 12356936. OLE color: 12356936.

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

Color convert

RGB72141188-
CMYK0.620.2500.26
HSL204.31º46.4%50.98%-
HSV(B)204.31º61.7%73.73%-
XYZ21.2724.0651.1-
YUV125.73163.1489.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=17.96%
G=35.16%
B=46.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721411880.620.2500.26204.3146.450.98
Hex488DBC3E1901Acc2e33
Octal11021527476310323145663
Binary100100010001101101111001111101100101101011001100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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