Html Css Color HEX #018DDF Pacific Blue

📋 copy color: '#018DDF'

red 1 ◦ green 141 ◦ blue 223

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

Shades of Pacific Blue #018DDF

Tints of Pacific Blue #018DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 0.27%
G = 38.63%
B = 61.1%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#018DDF (or 0x018DDF) is known color: Pacific Blue. HEX triplet: 01, 8D and DF. RGB value is (1,141,223). Sum of RGB (Red+Green+Blue) = 1+141+223=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #018DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DDF is #FE7220. Grayscale: #6C6C6C. Windows color (decimal): -16675361 or 14650625. OLE color: 14650625.

HSL color Cylindrical-coordinate representation of color #018DDF: hue angle of 202.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DDF is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 141 223 -
CMYK 1.00 0.37 0 0.13
HSL 202.16º 0.99% 0.44% -
HSV(B) 202.16º 1% 0.87% -
XYZ 22.86 24.38 73.31 -
YUV 108.49 192.62 51.33 -
System Red Green Blue C M Y K H S L
Decimal 1 141 223 1.00 0.37 0 0.13 202.16 0.99 0.44
Hex 1 8D DF 64 25 0 D CA 63 2C
Octal 1 215 337 144 45 0 15 312 143 54
Binary 1 10001101 11011111 1100100 100101 0 1101 11001010 1100011 101100

Color Harmonies of #018DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DDF

Black with #018DDF

Text Example


Text Example

White with #018DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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