Html Css Color HEX #488CBF Curious Blue

📋 copy color: '#488CBF'

red 72 ◦ green 140 ◦ blue 191

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

Shades of Curious Blue #488CBF

Tints of Curious Blue #488CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 17.87%
G = 34.74%
B = 47.39%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#488CBF (or 0x488CBF) is known color: Curious Blue. HEX triplet: 48, 8C and BF. RGB value is (72,140,191). Sum of RGB (Red+Green+Blue) = 72+140+191=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #488CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CBF is #B77340. Grayscale: #7D7D7D. Windows color (decimal): -12022593 or 12553288. OLE color: 12553288.

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

Color convert

RGB 72 140 191 -
CMYK 0.62 0.27 0 0.25
HSL 205.71º 0.48% 0.52% -
HSV(B) 205.71º 0.62% 0.75% -
XYZ 21.45 23.9 52.77 -
YUV 125.48 164.97 89.85 -
System Red Green Blue C M Y K H S L
Decimal 72 140 191 0.62 0.27 0 0.25 205.71 0.48 0.52
Hex 48 8C BF 3E 1B 0 19 CE 30 34
Octal 110 214 277 76 33 0 31 316 60 64
Binary 1001000 10001100 10111111 111110 11011 0 11001 11001110 110000 110100

Color Harmonies of #488CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CBF

Black with #488CBF

Text Example


Text Example

White with #488CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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