Html Css Color HEX #488CBE Curious Blue

📋 copy color: '#488CBE'

red 72 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #488CBE

Tints of Curious Blue #488CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 17.91%
G = 34.83%
B = 47.26%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#488CBE (or 0x488CBE) is known color: Curious Blue. HEX triplet: 48, 8C and BE. RGB value is (72,140,190). Sum of RGB (Red+Green+Blue) = 72+140+190=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #488CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CBE is #B77341. Grayscale: #7D7D7D. Windows color (decimal): -12022594 or 12487752. OLE color: 12487752.

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

Color convert

RGB 72 140 190 -
CMYK 0.62 0.26 0 0.25
HSL 205.42º 0.48% 0.51% -
HSV(B) 205.42º 0.62% 0.75% -
XYZ 21.34 23.85 52.19 -
YUV 125.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 72 140 190 0.62 0.26 0 0.25 205.42 0.48 0.51
Hex 48 8C BE 3E 1A 0 19 CD 30 33
Octal 110 214 276 76 32 0 31 315 60 63
Binary 1001000 10001100 10111110 111110 11010 0 11001 11001101 110000 110011

Color Harmonies of #488CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CBE

Black with #488CBE

Text Example


Text Example

White with #488CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,140,190); }

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

background-color css

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

 a { background-color: rgb(72,140,190); }

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

border-color css

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

 span { border-color: rgb(72,140,190); }

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