Html Css Color HEX #018DD5 Pacific Blue

📋 copy color: '#018DD5'

red 1 ◦ green 141 ◦ blue 213

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

Shades of Pacific Blue #018DD5

Tints of Pacific Blue #018DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 60%

R = 0.28%
G = 39.72%
B = 60%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#018DD5 (or 0x018DD5) is known color: Pacific Blue. HEX triplet: 01, 8D and D5. RGB value is (1,141,213). Sum of RGB (Red+Green+Blue) = 1+141+213=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #018DD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DD5 is #FE722A. Grayscale: #6A6A6A. Windows color (decimal): -16675371 or 13995265. OLE color: 13995265.

HSL color Cylindrical-coordinate representation of color #018DD5: hue angle of 200.38º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DD5 is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 141 213 -
CMYK 1.00 0.34 0 0.16
HSL 200.38º 0.99% 0.42% -
HSV(B) 200.38º 1% 0.84% -
XYZ 21.55 23.86 66.42 -
YUV 107.35 187.62 52.15 -
System Red Green Blue C M Y K H S L
Decimal 1 141 213 1.00 0.34 0 0.16 200.38 0.99 0.42
Hex 1 8D D5 64 22 0 10 C8 63 2A
Octal 1 215 325 144 42 0 20 310 143 52
Binary 1 10001101 11010101 1100100 100010 0 10000 11001000 1100011 101010

Color Harmonies of #018DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DD5

Black with #018DD5

Text Example


Text Example

White with #018DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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