#0498D7

Color #0498D7 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0498D7

Tints of Pacific Blue #0498D7

Color information

#0498D7 (or 0x0498D7) is unknown color: approx Pacific Blue. HEX triplet: 04, 98 and D7. RGB value is (4,152,215). Sum of RGB (Red+Green+Blue) = 4+152+215=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #0498D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498D7 is #FB6728. Grayscale: #727272. Windows color (decimal): -16475945 or 14129156. OLE color: 14129156.

HSL color Cylindrical-coordinate representation of color #0498D7: hue angle of 197.91º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498D7 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4152215-
CMYK0.980.2900.16
HSL197.91º96.35%42.94%-
HSV(B)197.91º98.14%84.31%-
XYZ23.5427.3968.34-
YUV114.93184.4748.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.08%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 215 (84.38% from 255) = 57.95%
R=1.08%
G=40.97%
B=57.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41522150.980.2900.16197.9196.3542.94
Hex498D7621D010c6602b
Octal42303271423502030614053
Binary1001001100011010111110001011101010000110001101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0498D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0498D7; }

 p { color: rgb(4,152,215); }

 H1.HeaderClassName
 {
   color: #0498D7;
 }
 .AnyTagClassName
 {
   color: #0498D7;
 }
</style>
background-color css

<style>
 a { background-color: #0498D7; }

 a { background-color: rgb(4,152,215); }

 div.DivClassName
 {
   background-color: #0498D7;
 }
 .BgClassName
 {
   background-color: #0498D7;
 }
</style>
border-color css

<style>
 span { border-color: #0498D7; }

 span { border-color: rgb(4,152,215); }

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