Html Css Color HEX #488EC0 Curious Blue

📋 copy color: '#488EC0'

red 72 ◦ green 142 ◦ blue 192

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

Shades of Curious Blue #488EC0

Tints of Curious Blue #488EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.98%

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

R = 17.73%
G = 34.98%
B = 47.29%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#488EC0 (or 0x488EC0) is known color: Curious Blue. HEX triplet: 48, 8E and C0. RGB value is (72,142,192). Sum of RGB (Red+Green+Blue) = 72+142+192=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #488EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EC0 is #B7713F. Grayscale: #7E7E7E. Windows color (decimal): -12022080 or 12619336. OLE color: 12619336.

HSL color Cylindrical-coordinate representation of color #488EC0: hue angle of 205º 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 #488EC0 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 142 192 -
CMYK 0.63 0.26 0 0.25
HSL 205º 0.49% 0.52% -
HSV(B) 205º 0.63% 0.75% -
XYZ 21.86 24.53 53.45 -
YUV 126.77 164.81 88.93 -
System Red Green Blue C M Y K H S L
Decimal 72 142 192 0.63 0.26 0 0.25 205 0.49 0.52
Hex 48 8E C0 3F 1A 0 19 CD 31 34
Octal 110 216 300 77 32 0 31 315 61 64
Binary 1001000 10001110 11000000 111111 11010 0 11001 11001101 110001 110100

Color Harmonies of #488EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EC0

Black with #488EC0

Text Example


Text Example

White with #488EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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