Html Css Color HEX #0290DD Pacific Blue

📋 copy color: '#0290DD'

red 2 ◦ green 144 ◦ blue 221

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

Shades of Pacific Blue #0290DD

Tints of Pacific Blue #0290DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 0.54%
G = 39.24%
B = 60.22%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0290DD (or 0x0290DD) is known color: Pacific Blue. HEX triplet: 02, 90 and DD. RGB value is (2,144,221). Sum of RGB (Red+Green+Blue) = 2+144+221=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #0290DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0290DD is #FD6F22. Grayscale: #6D6D6D. Windows color (decimal): -16609059 or 14520322. OLE color: 14520322.

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

Color convert

RGB 2 144 221 -
CMYK 0.99 0.35 0 0.13
HSL 201.1º 0.98% 0.44% -
HSV(B) 201.1º 0.99% 0.87% -
XYZ 23.05 25.18 72.05 -
YUV 110.32 190.46 50.74 -
System Red Green Blue C M Y K H S L
Decimal 2 144 221 0.99 0.35 0 0.13 201.1 0.98 0.44
Hex 2 90 DD 63 23 0 D C9 62 2C
Octal 2 220 335 143 43 0 15 311 142 54
Binary 10 10010000 11011101 1100011 100011 0 1101 11001001 1100010 101100

Color Harmonies of #0290DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0290DD

Black with #0290DD

Text Example


Text Example

White with #0290DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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