Html Css Color HEX #488FBB Curious Blue

📋 copy color: '#488FBB'

red 72 ◦ green 143 ◦ blue 187

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

Shades of Curious Blue #488FBB

Tints of Curious Blue #488FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 17.91%
G = 35.57%
B = 46.52%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#488FBB (or 0x488FBB) is known color: Curious Blue. HEX triplet: 48, 8F and BB. RGB value is (72,143,187). Sum of RGB (Red+Green+Blue) = 72+143+187=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #488FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FBB is #B77044. Grayscale: #7E7E7E. Windows color (decimal): -12021829 or 12291912. OLE color: 12291912.

HSL color Cylindrical-coordinate representation of color #488FBB: hue angle of 202.96º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488FBB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 143 187 -
CMYK 0.61 0.24 0 0.27
HSL 202.96º 0.46% 0.51% -
HSV(B) 202.96º 0.61% 0.73% -
XYZ 21.46 24.61 50.63 -
YUV 126.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 72 143 187 0.61 0.24 0 0.27 202.96 0.46 0.51
Hex 48 8F BB 3D 18 0 1B CB 2E 33
Octal 110 217 273 75 30 0 33 313 56 63
Binary 1001000 10001111 10111011 111101 11000 0 11011 11001011 101110 110011

Color Harmonies of #488FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FBB

Black with #488FBB

Text Example


Text Example

White with #488FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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