Html Css Color HEX #018EDD Pacific Blue

📋 copy color: '#018EDD'

red 1 ◦ green 142 ◦ blue 221

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

Shades of Pacific Blue #018EDD

Tints of Pacific Blue #018EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 0.27%
G = 39.01%
B = 60.71%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#018EDD (or 0x018EDD) is known color: Pacific Blue. HEX triplet: 01, 8E and DD. RGB value is (1,142,221). Sum of RGB (Red+Green+Blue) = 1+142+221=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #018EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018EDD is #FE7122. Grayscale: #6C6C6C. Windows color (decimal): -16675107 or 14519809. OLE color: 14519809.

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

Color convert

RGB 1 142 221 -
CMYK 1.00 0.36 0 0.13
HSL 201.55º 0.99% 0.44% -
HSV(B) 201.55º 1% 0.87% -
XYZ 22.74 24.57 71.95 -
YUV 108.85 191.29 51.08 -
System Red Green Blue C M Y K H S L
Decimal 1 142 221 1.00 0.36 0 0.13 201.55 0.99 0.44
Hex 1 8E DD 64 24 0 D CA 63 2C
Octal 1 216 335 144 44 0 15 312 143 54
Binary 1 10001110 11011101 1100100 100100 0 1101 11001010 1100011 101100

Color Harmonies of #018EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EDD

Black with #018EDD

Text Example


Text Example

White with #018EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,142,221); }

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

background-color css

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

 a { background-color: rgb(1,142,221); }

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

border-color css

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

 span { border-color: rgb(1,142,221); }

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