#0490DD

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

Shades of Pacific Blue #0490DD

Tints of Pacific Blue #0490DD

Color information

#0490DD (or 0x0490DD) is unknown color: approx Pacific Blue. HEX triplet: 04, 90 and DD. RGB value is (4,144,221). Sum of RGB (Red+Green+Blue) = 4+144+221=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #0490DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0490DD is #FB6F22. Grayscale: #6E6E6E. Windows color (decimal): -16477987 or 14520324. OLE color: 14520324.

HSL color Cylindrical-coordinate representation of color #0490DD: hue angle of 201.29º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490DD is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4144221-
CMYK0.980.3500.13
HSL201.29º96.44%44.12%-
HSV(B)201.29º98.19%86.67%-
XYZ23.0725.1972.05-
YUV110.92190.1251.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.08%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 221 (86.72% from 255) = 59.89%
R=1.08%
G=39.02%
B=59.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41442210.980.3500.13201.2996.4444.12
Hex490DD62230Dc9602c
Octal42203351424301531114054
Binary1001001000011011101110001010001101101110010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0490DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0490DD; }

 p { color: rgb(4,144,221); }

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

<style>
 a { background-color: #0490DD; }

 a { background-color: rgb(4,144,221); }

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

<style>
 span { border-color: #0490DD; }

 span { border-color: rgb(4,144,221); }

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