Html Css Color HEX #488EBE Curious Blue

📋 copy color: '#488EBE'

red 72 ◦ green 142 ◦ blue 190

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

Shades of Curious Blue #488EBE

Tints of Curious Blue #488EBE

RGB

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

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

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

R = 17.82%
G = 35.15%
B = 47.03%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#488EBE (or 0x488EBE) is known color: Curious Blue. HEX triplet: 48, 8E and BE. RGB value is (72,142,190). Sum of RGB (Red+Green+Blue) = 72+142+190=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #488EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EBE is #B77141. Grayscale: #7E7E7E. Windows color (decimal): -12022082 or 12488264. OLE color: 12488264.

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

Color convert

RGB 72 142 190 -
CMYK 0.62 0.25 0 0.25
HSL 204.41º 0.48% 0.51% -
HSV(B) 204.41º 0.62% 0.75% -
XYZ 21.64 24.44 52.29 -
YUV 126.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 72 142 190 0.62 0.25 0 0.25 204.41 0.48 0.51
Hex 48 8E BE 3E 19 0 19 CC 30 33
Octal 110 216 276 76 31 0 31 314 60 63
Binary 1001000 10001110 10111110 111110 11001 0 11001 11001100 110000 110011

Color Harmonies of #488EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488EBE

Black with #488EBE

Text Example


Text Example

White with #488EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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