Html Css Color HEX #0290DF Pacific Blue

📋 copy color: '#0290DF'

red 2 ◦ green 144 ◦ blue 223

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

Shades of Pacific Blue #0290DF

Tints of Pacific Blue #0290DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 0.54%
G = 39.02%
B = 60.43%

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

#0290DF (or 0x0290DF) is known color: Pacific Blue. HEX triplet: 02, 90 and DF. RGB value is (2,144,223). Sum of RGB (Red+Green+Blue) = 2+144+223=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #0290DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0290DF is #FD6F20. Grayscale: #6E6E6E. Windows color (decimal): -16609057 or 14651394. OLE color: 14651394.

HSL color Cylindrical-coordinate representation of color #0290DF: hue angle of 201.45º 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 #0290DF is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 144 223 -
CMYK 0.99 0.35 0 0.13
HSL 201.45º 0.98% 0.44% -
HSV(B) 201.45º 0.99% 0.87% -
XYZ 23.32 25.29 73.46 -
YUV 110.55 191.46 50.58 -
System Red Green Blue C M Y K H S L
Decimal 2 144 223 0.99 0.35 0 0.13 201.45 0.98 0.44
Hex 2 90 DF 63 23 0 D C9 62 2C
Octal 2 220 337 143 43 0 15 311 142 54
Binary 10 10010000 11011111 1100011 100011 0 1101 11001001 1100010 101100

Color Harmonies of #0290DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0290DF

Black with #0290DF

Text Example


Text Example

White with #0290DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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