Html Css Color HEX #018AD8 Pacific Blue

📋 copy color: '#018AD8'

red 1 ◦ green 138 ◦ blue 216

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

Shades of Pacific Blue #018AD8

Tints of Pacific Blue #018AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

 BLUE value IS 216 (84.77% from 255) = 60.85%

R = 0.28%
G = 38.87%
B = 60.85%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#018AD8 (or 0x018AD8) is known color: Pacific Blue. HEX triplet: 01, 8A and D8. RGB value is (1,138,216). Sum of RGB (Red+Green+Blue) = 1+138+216=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 216 (84.77% from 255 or 60.85% from 355); Max value from RGB is 216 - color contains mainly: blue. Hex color #018AD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018AD8 is #FE7527. Grayscale: #696969. Windows color (decimal): -16676136 or 14191105. OLE color: 14191105.

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

Color convert

RGB 1 138 216 -
CMYK 1.00 0.36 0 0.15
HSL 201.77º 0.99% 0.43% -
HSV(B) 201.77º 1% 0.85% -
XYZ 21.5 23.14 68.3 -
YUV 105.93 190.11 53.16 -
System Red Green Blue C M Y K H S L
Decimal 1 138 216 1.00 0.36 0 0.15 201.77 0.99 0.43
Hex 1 8A D8 64 24 0 F CA 63 2B
Octal 1 212 330 144 44 0 17 312 143 53
Binary 1 10001010 11011000 1100100 100100 0 1111 11001010 1100011 101011

Color Harmonies of #018AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AD8

Black with #018AD8

Text Example


Text Example

White with #018AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,138,216); }

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

background-color css

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

 a { background-color: rgb(1,138,216); }

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

border-color css

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

 span { border-color: rgb(1,138,216); }

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