Html Css Color HEX #488DBC Curious Blue

📋 copy color: '#488DBC'

red 72 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #488DBC

Tints of Curious Blue #488DBC

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 value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#488DBC (or 0x488DBC) is known color: 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

RGB 72 141 188 -
CMYK 0.62 0.25 0 0.26
HSL 204.31º 0.46% 0.51% -
HSV(B) 204.31º 0.62% 0.74% -
XYZ 21.27 24.06 51.1 -
YUV 125.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 72 141 188 0.62 0.25 0 0.26 204.31 0.46 0.51
Hex 48 8D BC 3E 19 0 1A CC 2E 33
Octal 110 215 274 76 31 0 32 314 56 63
Binary 1001000 10001101 10111100 111110 11001 0 11010 11001100 101110 110011

Color Harmonies of #488DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DBC

Black with #488DBC

Text Example


Text Example

White with #488DBC

Text Example


Text Example

HTML Codes & Css Web 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>