Html Css Color HEX #0490E2 Pacific Blue

📋 copy color: '#0490E2'

red 4 ◦ green 144 ◦ blue 226

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

Shades of Pacific Blue #0490E2

Tints of Pacific Blue #0490E2

RGB

 RED value IS 4 (1.95% from 255) = 1.07%

 GREEN value IS 144 (56.64% from 255) = 38.5%

 BLUE value IS 226 (88.67% from 255) = 60.43%

R = 1.07%
G = 38.5%
B = 60.43%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0490E2 (or 0x0490E2) is known color: Pacific Blue. HEX triplet: 04, 90 and E2. RGB value is (4,144,226). Sum of RGB (Red+Green+Blue) = 4+144+226=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 226 (88.67% from 255 or 60.43% from 374); Max value from RGB is 226 - color contains mainly: blue. Hex color #0490E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0490E2 is #FB6F1D. Grayscale: #6F6F6F. Windows color (decimal): -16477982 or 14848004. OLE color: 14848004.

HSL color Cylindrical-coordinate representation of color #0490E2: hue angle of 202.16º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490E2 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 4 144 226 -
CMYK 0.98 0.36 0 0.11
HSL 202.16º 0.97% 0.45% -
HSV(B) 202.16º 0.98% 0.89% -
XYZ 23.75 25.46 75.61 -
YUV 111.49 192.62 51.33 -
System Red Green Blue C M Y K H S L
Decimal 4 144 226 0.98 0.36 0 0.11 202.16 0.97 0.45
Hex 4 90 E2 62 24 0 B CA 61 2D
Octal 4 220 342 142 44 0 13 312 141 55
Binary 100 10010000 11100010 1100010 100100 0 1011 11001010 1100001 101101

Color Harmonies of #0490E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0490E2

Black with #0490E2

Text Example


Text Example

White with #0490E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0490E2;
 }
 .AnyTagClassName
 {
   color: #0490E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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