Html Css Color HEX #0290CD Pacific Blue

📋 copy color: '#0290CD'

red 2 ◦ green 144 ◦ blue 205

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

Shades of Pacific Blue #0290CD

Tints of Pacific Blue #0290CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 0.57%
G = 41.03%
B = 58.4%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0290CD (or 0x0290CD) is known color: Pacific Blue. HEX triplet: 02, 90 and CD. RGB value is (2,144,205). Sum of RGB (Red+Green+Blue) = 2+144+205=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #0290CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0290CD is #FD6F32. Grayscale: #6C6C6C. Windows color (decimal): -16609075 or 13471746. OLE color: 13471746.

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

Color convert

RGB 2 144 205 -
CMYK 0.99 0.30 0 0.20
HSL 198.03º 0.98% 0.41% -
HSV(B) 198.03º 0.99% 0.8% -
XYZ 21.02 24.37 61.35 -
YUV 108.5 182.46 52.04 -
System Red Green Blue C M Y K H S L
Decimal 2 144 205 0.99 0.30 0 0.20 198.03 0.98 0.41
Hex 2 90 CD 63 1E 0 14 C6 62 29
Octal 2 220 315 143 36 0 24 306 142 51
Binary 10 10010000 11001101 1100011 11110 0 10100 11000110 1100010 101001

Color Harmonies of #0290CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0290CD

Black with #0290CD

Text Example


Text Example

White with #0290CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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