Html Css Color HEX #488DC0 Curious Blue

📋 copy color: '#488DC0'

red 72 ◦ green 141 ◦ blue 192

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

Shades of Curious Blue #488DC0

Tints of Curious Blue #488DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 17.78%
G = 34.81%
B = 47.41%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#488DC0 (or 0x488DC0) is known color: Curious Blue. HEX triplet: 48, 8D and C0. RGB value is (72,141,192). Sum of RGB (Red+Green+Blue) = 72+141+192=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #488DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DC0 is #B7723F. Grayscale: #7D7D7D. Windows color (decimal): -12022336 or 12619080. OLE color: 12619080.

HSL color Cylindrical-coordinate representation of color #488DC0: hue angle of 205.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488DC0 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 141 192 -
CMYK 0.63 0.27 0 0.25
HSL 205.5º 0.49% 0.52% -
HSV(B) 205.5º 0.63% 0.75% -
XYZ 21.71 24.23 53.4 -
YUV 126.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 72 141 192 0.63 0.27 0 0.25 205.5 0.49 0.52
Hex 48 8D C0 3F 1B 0 19 CE 31 34
Octal 110 215 300 77 33 0 31 316 61 64
Binary 1001000 10001101 11000000 111111 11011 0 11001 11001110 110001 110100

Color Harmonies of #488DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DC0

Black with #488DC0

Text Example


Text Example

White with #488DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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