Html Css Color HEX #008DD2 Pacific Blue

📋 copy color: '#008DD2'

red 0 ◦ green 141 ◦ blue 210

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

Shades of Pacific Blue #008DD2

Tints of Pacific Blue #008DD2

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 210 (82.42% from 255) = 59.83%

R = 0%
G = 40.17%
B = 59.83%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#008DD2 (or 0x008DD2) is known color: Pacific Blue. HEX triplet: 00, 8D and D2. RGB value is (0,141,210). Sum of RGB (Red+Green+Blue) = 0+141+210=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #008DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DD2 is #FF722D. Grayscale: #6A6A6A. Windows color (decimal): -16740910 or 13798656. OLE color: 13798656.

HSL color Cylindrical-coordinate representation of color #008DD2: hue angle of 199.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DD2 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 141 210 -
CMYK 1 0.33 0 0.18
HSL 199.71º 1% 0.41% -
HSV(B) 199.71º 1% 0.82% -
XYZ 21.16 23.7 64.43 -
YUV 106.71 186.29 51.89 -
System Red Green Blue C M Y K H S L
Decimal 0 141 210 1 0.33 0 0.18 199.71 1 0.41
Hex 0 8D D2 64 21 0 12 C8 64 29
Octal 0 215 322 144 41 0 22 310 144 51
Binary 0 10001101 11010010 1100100 100001 0 10010 11001000 1100100 101001

Color Harmonies of #008DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DD2

Black with #008DD2

Text Example


Text Example

White with #008DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008DD2; }

 p { color: rgb(0,141,210); }

 H1.HeaderClassName
 {
   color: #008DD2;
 }
 .AnyTagClassName
 {
   color: #008DD2;
 }
</style>

background-color css

<style>
 a { background-color: #008DD2; }

 a { background-color: rgb(0,141,210); }

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

border-color css

<style>
 span { border-color: #008DD2; }

 span { border-color: rgb(0,141,210); }

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