Html Css Color HEX #488DBE Curious Blue

📋 copy color: '#488DBE'

red 72 ◦ green 141 ◦ blue 190

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

Shades of Curious Blue #488DBE

Tints of Curious Blue #488DBE

RGB

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

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

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

R = 17.87%
G = 34.99%
B = 47.15%

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

#488DBE (or 0x488DBE) is known color: Curious Blue. HEX triplet: 48, 8D and BE. RGB value is (72,141,190). Sum of RGB (Red+Green+Blue) = 72+141+190=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #488DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DBE is #B77241. Grayscale: #7D7D7D. Windows color (decimal): -12022338 or 12488008. OLE color: 12488008.

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

Color convert

RGB 72 141 190 -
CMYK 0.62 0.26 0 0.25
HSL 204.92º 0.48% 0.51% -
HSV(B) 204.92º 0.62% 0.75% -
XYZ 21.49 24.15 52.24 -
YUV 125.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 72 141 190 0.62 0.26 0 0.25 204.92 0.48 0.51
Hex 48 8D BE 3E 1A 0 19 CD 30 33
Octal 110 215 276 76 32 0 31 315 60 63
Binary 1001000 10001101 10111110 111110 11010 0 11001 11001101 110000 110011

Color Harmonies of #488DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DBE

Black with #488DBE

Text Example


Text Example

White with #488DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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