Html Css Color HEX #018FDF Pacific Blue

📋 copy color: '#018FDF'

red 1 ◦ green 143 ◦ blue 223

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

Shades of Pacific Blue #018FDF

Tints of Pacific Blue #018FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.96%

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

R = 0.27%
G = 38.96%
B = 60.76%

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

#018FDF (or 0x018FDF) is known color: Pacific Blue. HEX triplet: 01, 8F and DF. RGB value is (1,143,223). Sum of RGB (Red+Green+Blue) = 1+143+223=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #018FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FDF is #FE7020. Grayscale: #6D6D6D. Windows color (decimal): -16674849 or 14651137. OLE color: 14651137.

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

Color convert

RGB 1 143 223 -
CMYK 1.00 0.36 0 0.13
HSL 201.62º 0.99% 0.44% -
HSV(B) 201.62º 1% 0.87% -
XYZ 23.15 24.98 73.41 -
YUV 109.66 191.96 50.5 -
System Red Green Blue C M Y K H S L
Decimal 1 143 223 1.00 0.36 0 0.13 201.62 0.99 0.44
Hex 1 8F DF 64 24 0 D CA 63 2C
Octal 1 217 337 144 44 0 15 312 143 54
Binary 1 10001111 11011111 1100100 100100 0 1101 11001010 1100011 101100

Color Harmonies of #018FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FDF

Black with #018FDF

Text Example


Text Example

White with #018FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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