Html Css Color HEX #018DDB Pacific Blue

📋 copy color: '#018DDB'

red 1 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #018DDB

Tints of Pacific Blue #018DDB

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

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

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

R = 0.28%
G = 39.06%
B = 60.66%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#018DDB (or 0x018DDB) is known color: Pacific Blue. HEX triplet: 01, 8D and DB. RGB value is (1,141,219). Sum of RGB (Red+Green+Blue) = 1+141+219=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #018DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DDB is #FE7224. Grayscale: #6B6B6B. Windows color (decimal): -16675365 or 14388481. OLE color: 14388481.

HSL color Cylindrical-coordinate representation of color #018DDB: hue angle of 201.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DDB is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 141 219 -
CMYK 1.00 0.36 0 0.14
HSL 201.47º 0.99% 0.43% -
HSV(B) 201.47º 1% 0.86% -
XYZ 22.32 24.17 70.51 -
YUV 108.03 190.62 51.66 -
System Red Green Blue C M Y K H S L
Decimal 1 141 219 1.00 0.36 0 0.14 201.47 0.99 0.43
Hex 1 8D DB 64 24 0 E C9 63 2B
Octal 1 215 333 144 44 0 16 311 143 53
Binary 1 10001101 11011011 1100100 100100 0 1110 11001001 1100011 101011

Color Harmonies of #018DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DDB

Black with #018DDB

Text Example


Text Example

White with #018DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018DDB; }

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

 H1.HeaderClassName
 {
   color: #018DDB;
 }
 .AnyTagClassName
 {
   color: #018DDB;
 }
</style>

background-color css

<style>
 a { background-color: #018DDB; }

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

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

border-color css

<style>
 span { border-color: #018DDB; }

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

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