Html Css Color HEX #488DBD Curious Blue

📋 copy color: '#488DBD'

red 72 ◦ green 141 ◦ blue 189

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

Shades of Curious Blue #488DBD

Tints of Curious Blue #488DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 17.91%
G = 35.07%
B = 47.01%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#488DBD (or 0x488DBD) is known color: Curious Blue. HEX triplet: 48, 8D and BD. RGB value is (72,141,189). Sum of RGB (Red+Green+Blue) = 72+141+189=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #488DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DBD is #B77242. Grayscale: #7D7D7D. Windows color (decimal): -12022339 or 12422472. OLE color: 12422472.

HSL color Cylindrical-coordinate representation of color #488DBD: hue angle of 204.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488DBD is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 141 189 -
CMYK 0.62 0.25 0 0.26
HSL 204.62º 0.47% 0.51% -
HSV(B) 204.62º 0.62% 0.74% -
XYZ 21.38 24.1 51.67 -
YUV 125.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 72 141 189 0.62 0.25 0 0.26 204.62 0.47 0.51
Hex 48 8D BD 3E 19 0 1A CD 2F 33
Octal 110 215 275 76 31 0 32 315 57 63
Binary 1001000 10001101 10111101 111110 11001 0 11010 11001101 101111 110011

Color Harmonies of #488DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DBD

Black with #488DBD

Text Example


Text Example

White with #488DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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