Html Css Color HEX #018DDA Pacific Blue

📋 copy color: '#018DDA'

red 1 ◦ green 141 ◦ blue 218

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

Shades of Pacific Blue #018DDA

Tints of Pacific Blue #018DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.56%

R = 0.28%
G = 39.17%
B = 60.56%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#018DDA (or 0x018DDA) is known color: Pacific Blue. HEX triplet: 01, 8D and DA. RGB value is (1,141,218). Sum of RGB (Red+Green+Blue) = 1+141+218=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #018DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DDA is #FE7225. Grayscale: #6B6B6B. Windows color (decimal): -16675366 or 14322945. OLE color: 14322945.

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

Color convert

RGB 1 141 218 -
CMYK 1.00 0.35 0 0.15
HSL 201.29º 0.99% 0.43% -
HSV(B) 201.29º 1% 0.85% -
XYZ 22.19 24.12 69.82 -
YUV 107.92 190.12 51.74 -
System Red Green Blue C M Y K H S L
Decimal 1 141 218 1.00 0.35 0 0.15 201.29 0.99 0.43
Hex 1 8D DA 64 23 0 F C9 63 2B
Octal 1 215 332 144 43 0 17 311 143 53
Binary 1 10001101 11011010 1100100 100011 0 1111 11001001 1100011 101011

Color Harmonies of #018DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DDA

Black with #018DDA

Text Example


Text Example

White with #018DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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