Html Css Color HEX #018DDC Pacific Blue

📋 copy color: '#018DDC'

red 1 ◦ green 141 ◦ blue 220

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

Shades of Pacific Blue #018DDC

Tints of Pacific Blue #018DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 0.28%
G = 38.95%
B = 60.77%

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

#018DDC (or 0x018DDC) is known color: Pacific Blue. HEX triplet: 01, 8D and DC. RGB value is (1,141,220). Sum of RGB (Red+Green+Blue) = 1+141+220=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #018DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DDC is #FE7223. Grayscale: #6B6B6B. Windows color (decimal): -16675364 or 14454017. OLE color: 14454017.

HSL color Cylindrical-coordinate representation of color #018DDC: hue angle of 201.64º 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 #018DDC is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 141 220 -
CMYK 1.00 0.36 0 0.14
HSL 201.64º 0.99% 0.43% -
HSV(B) 201.64º 1% 0.86% -
XYZ 22.46 24.22 71.2 -
YUV 108.15 191.12 51.58 -
System Red Green Blue C M Y K H S L
Decimal 1 141 220 1.00 0.36 0 0.14 201.64 0.99 0.43
Hex 1 8D DC 64 24 0 E CA 63 2B
Octal 1 215 334 144 44 0 16 312 143 53
Binary 1 10001101 11011100 1100100 100100 0 1110 11001010 1100011 101011

Color Harmonies of #018DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DDC

Black with #018DDC

Text Example


Text Example

White with #018DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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