Html Css Color HEX #498DBF Curious Blue

📋 copy color: '#498DBF'

red 73 ◦ green 141 ◦ blue 191

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

Shades of Curious Blue #498DBF

Tints of Curious Blue #498DBF

RGB

 RED value IS 73 (28.91% from 255) = 18.02%

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

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

R = 18.02%
G = 34.81%
B = 47.16%

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

#498DBF (or 0x498DBF) is known color: Curious Blue. HEX triplet: 49, 8D and BF. RGB value is (73,141,191). Sum of RGB (Red+Green+Blue) = 73+141+191=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #498DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DBF is #B67240. Grayscale: #7E7E7E. Windows color (decimal): -11956801 or 12553545. OLE color: 12553545.

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

Color convert

RGB 73 141 191 -
CMYK 0.62 0.26 0 0.25
HSL 205.42º 0.48% 0.52% -
HSV(B) 205.42º 0.62% 0.75% -
XYZ 21.68 24.23 52.82 -
YUV 126.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 73 141 191 0.62 0.26 0 0.25 205.42 0.48 0.52
Hex 49 8D BF 3E 1A 0 19 CD 30 34
Octal 111 215 277 76 32 0 31 315 60 64
Binary 1001001 10001101 10111111 111110 11010 0 11001 11001101 110000 110100

Color Harmonies of #498DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DBF

Black with #498DBF

Text Example


Text Example

White with #498DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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