Html Css Color HEX #488EC4 Curious Blue

📋 copy color: '#488EC4'

red 72 ◦ green 142 ◦ blue 196

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

Shades of Curious Blue #488EC4

Tints of Curious Blue #488EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.8%

R = 17.56%
G = 34.63%
B = 47.8%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#488EC4 (or 0x488EC4) is known color: Curious Blue. HEX triplet: 48, 8E and C4. RGB value is (72,142,196). Sum of RGB (Red+Green+Blue) = 72+142+196=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #488EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EC4 is #B7713B. Grayscale: #7E7E7E. Windows color (decimal): -12022076 or 12881480. OLE color: 12881480.

HSL color Cylindrical-coordinate representation of color #488EC4: hue angle of 206.13º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488EC4 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 142 196 -
CMYK 0.63 0.28 0 0.23
HSL 206.13º 0.51% 0.53% -
HSV(B) 206.13º 0.63% 0.77% -
XYZ 22.31 24.71 55.82 -
YUV 127.23 166.81 88.61 -
System Red Green Blue C M Y K H S L
Decimal 72 142 196 0.63 0.28 0 0.23 206.13 0.51 0.53
Hex 48 8E C4 3F 1C 0 17 CE 33 35
Octal 110 216 304 77 34 0 27 316 63 65
Binary 1001000 10001110 11000100 111111 11100 0 10111 11001110 110011 110101

Color Harmonies of #488EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EC4

Black with #488EC4

Text Example


Text Example

White with #488EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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