Html Css Color HEX #488FBA Curious Blue

📋 copy color: '#488FBA'

red 72 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #488FBA

Tints of Curious Blue #488FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 17.96%
G = 35.66%
B = 46.38%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#488FBA (or 0x488FBA) is known color: Curious Blue. HEX triplet: 48, 8F and BA. RGB value is (72,143,186). Sum of RGB (Red+Green+Blue) = 72+143+186=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #488FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FBA is #B77045. Grayscale: #7E7E7E. Windows color (decimal): -12021830 or 12226376. OLE color: 12226376.

HSL color Cylindrical-coordinate representation of color #488FBA: hue angle of 202.63º degrees, saturation: 0.45, 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 #488FBA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 143 186 -
CMYK 0.61 0.23 0 0.27
HSL 202.63º 0.45% 0.51% -
HSV(B) 202.63º 0.61% 0.73% -
XYZ 21.36 24.57 50.07 -
YUV 126.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 72 143 186 0.61 0.23 0 0.27 202.63 0.45 0.51
Hex 48 8F BA 3D 17 0 1B CB 2D 33
Octal 110 217 272 75 27 0 33 313 55 63
Binary 1001000 10001111 10111010 111101 10111 0 11011 11001011 101101 110011

Color Harmonies of #488FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FBA

Black with #488FBA

Text Example


Text Example

White with #488FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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