Html Css Color HEX #0D8DDB Pacific Blue

📋 copy color: '#0D8DDB'

red 13 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #0D8DDB

Tints of Pacific Blue #0D8DDB

RGB

 RED value IS 13 (5.47% from 255) = 3.49%

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

 BLUE value IS 219 (85.94% from 255) = 58.71%

R = 3.49%
G = 37.8%
B = 58.71%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D8DDB (or 0x0D8DDB) is known color: Pacific Blue. HEX triplet: 0D, 8D and DB. RGB value is (13,141,219). Sum of RGB (Red+Green+Blue) = 13+141+219=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D8DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8DDB is #F27224. Grayscale: #6F6F6F. Windows color (decimal): -15888933 or 14388493. OLE color: 14388493.

HSL color Cylindrical-coordinate representation of color #0D8DDB: hue angle of 202.72º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8DDB is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 141 219 -
CMYK 0.94 0.36 0 0.14
HSL 202.72º 0.89% 0.45% -
HSV(B) 202.72º 0.94% 0.86% -
XYZ 22.48 24.25 70.51 -
YUV 111.62 188.59 57.66 -
System Red Green Blue C M Y K H S L
Decimal 13 141 219 0.94 0.36 0 0.14 202.72 0.89 0.45
Hex D 8D DB 5E 24 0 E CB 59 2D
Octal 15 215 333 136 44 0 16 313 131 55
Binary 1101 10001101 11011011 1011110 100100 0 1110 11001011 1011001 101101

Color Harmonies of #0D8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8DDB

Black with #0D8DDB

Text Example


Text Example

White with #0D8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D8DDB; }

 p { color: rgb(13,141,219); }

 H1.HeaderClassName
 {
   color: #0D8DDB;
 }
 .AnyTagClassName
 {
   color: #0D8DDB;
 }
</style>

background-color css

<style>
 a { background-color: #0D8DDB; }

 a { background-color: rgb(13,141,219); }

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

border-color css

<style>
 span { border-color: #0D8DDB; }

 span { border-color: rgb(13,141,219); }

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