Html Css Color HEX #0290D1 Pacific Blue

📋 copy color: '#0290D1'

red 2 ◦ green 144 ◦ blue 209

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

Shades of Pacific Blue #0290D1

Tints of Pacific Blue #0290D1

RGB

 RED value IS 2 (1.17% from 255) = 0.56%

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

 BLUE value IS 209 (82.03% from 255) = 58.87%

R = 0.56%
G = 40.56%
B = 58.87%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0290D1 (or 0x0290D1) is known color: Pacific Blue. HEX triplet: 02, 90 and D1. RGB value is (2,144,209). Sum of RGB (Red+Green+Blue) = 2+144+209=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #0290D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0290D1 is #FD6F2E. Grayscale: #6C6C6C. Windows color (decimal): -16609071 or 13733890. OLE color: 13733890.

HSL color Cylindrical-coordinate representation of color #0290D1: hue angle of 198.84º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0290D1 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 144 209 -
CMYK 0.99 0.31 0 0.18
HSL 198.84º 0.98% 0.41% -
HSV(B) 198.84º 0.99% 0.82% -
XYZ 21.51 24.56 63.93 -
YUV 108.95 184.46 51.71 -
System Red Green Blue C M Y K H S L
Decimal 2 144 209 0.99 0.31 0 0.18 198.84 0.98 0.41
Hex 2 90 D1 63 1F 0 12 C7 62 29
Octal 2 220 321 143 37 0 22 307 142 51
Binary 10 10010000 11010001 1100011 11111 0 10010 11000111 1100010 101001

Color Harmonies of #0290D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0290D1

Black with #0290D1

Text Example


Text Example

White with #0290D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0290D1; }

 p { color: rgb(2,144,209); }

 H1.HeaderClassName
 {
   color: #0290D1;
 }
 .AnyTagClassName
 {
   color: #0290D1;
 }
</style>

background-color css

<style>
 a { background-color: #0290D1; }

 a { background-color: rgb(2,144,209); }

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

border-color css

<style>
 span { border-color: #0290D1; }

 span { border-color: rgb(2,144,209); }

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