Html Css Color HEX #488FBE Curious Blue

📋 copy color: '#488FBE'

red 72 ◦ green 143 ◦ blue 190

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

Shades of Curious Blue #488FBE

Tints of Curious Blue #488FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 17.78%
G = 35.31%
B = 46.91%

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

#488FBE (or 0x488FBE) is known color: Curious Blue. HEX triplet: 48, 8F and BE. RGB value is (72,143,190). Sum of RGB (Red+Green+Blue) = 72+143+190=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #488FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FBE is #B77041. Grayscale: #7E7E7E. Windows color (decimal): -12021826 or 12488520. OLE color: 12488520.

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

Color convert

RGB 72 143 190 -
CMYK 0.62 0.25 0 0.25
HSL 203.9º 0.48% 0.51% -
HSV(B) 203.9º 0.62% 0.75% -
XYZ 21.79 24.74 52.34 -
YUV 127.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 72 143 190 0.62 0.25 0 0.25 203.9 0.48 0.51
Hex 48 8F BE 3E 19 0 19 CC 30 33
Octal 110 217 276 76 31 0 31 314 60 63
Binary 1001000 10001111 10111110 111110 11001 0 11001 11001100 110000 110011

Color Harmonies of #488FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FBE

Black with #488FBE

Text Example


Text Example

White with #488FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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