Html Css Color HEX #488FBF Curious Blue

📋 copy color: '#488FBF'

red 72 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #488FBF

Tints of Curious Blue #488FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

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

R = 17.73%
G = 35.22%
B = 47.04%

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

#488FBF (or 0x488FBF) is known color: Curious Blue. HEX triplet: 48, 8F and BF. RGB value is (72,143,191). Sum of RGB (Red+Green+Blue) = 72+143+191=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #488FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FBF is #B77040. Grayscale: #7E7E7E. Windows color (decimal): -12021825 or 12554056. OLE color: 12554056.

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

Color convert

RGB 72 143 191 -
CMYK 0.62 0.25 0 0.25
HSL 204.2º 0.48% 0.52% -
HSV(B) 204.2º 0.62% 0.75% -
XYZ 21.9 24.78 52.92 -
YUV 127.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 72 143 191 0.62 0.25 0 0.25 204.2 0.48 0.52
Hex 48 8F BF 3E 19 0 19 CC 30 34
Octal 110 217 277 76 31 0 31 314 60 64
Binary 1001000 10001111 10111111 111110 11001 0 11001 11001100 110000 110100

Color Harmonies of #488FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FBF

Black with #488FBF

Text Example


Text Example

White with #488FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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