Html Css Color HEX #488DBF Curious Blue

📋 copy color: '#488DBF'

red 72 ◦ green 141 ◦ blue 191

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

Shades of Curious Blue #488DBF

Tints of Curious Blue #488DBF

RGB

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

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

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

R = 17.82%
G = 34.9%
B = 47.28%

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

#488DBF (or 0x488DBF) is known color: Curious Blue. HEX triplet: 48, 8D and BF. RGB value is (72,141,191). Sum of RGB (Red+Green+Blue) = 72+141+191=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #488DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DBF is #B77240. Grayscale: #7D7D7D. Windows color (decimal): -12022337 or 12553544. OLE color: 12553544.

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

Color convert

RGB 72 141 191 -
CMYK 0.62 0.26 0 0.25
HSL 205.21º 0.48% 0.52% -
HSV(B) 205.21º 0.62% 0.75% -
XYZ 21.6 24.19 52.82 -
YUV 126.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 72 141 191 0.62 0.26 0 0.25 205.21 0.48 0.52
Hex 48 8D BF 3E 1A 0 19 CD 30 34
Octal 110 215 277 76 32 0 31 315 60 64
Binary 1001000 10001101 10111111 111110 11010 0 11001 11001101 110000 110100

Color Harmonies of #488DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DBF

Black with #488DBF

Text Example


Text Example

White with #488DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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