Html Css Color HEX #018FCF Pacific Blue

📋 copy color: '#018FCF'

red 1 ◦ green 143 ◦ blue 207

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

Shades of Pacific Blue #018FCF

Tints of Pacific Blue #018FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 0.28%
G = 40.74%
B = 58.97%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#018FCF (or 0x018FCF) is known color: Pacific Blue. HEX triplet: 01, 8F and CF. RGB value is (1,143,207). Sum of RGB (Red+Green+Blue) = 1+143+207=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #018FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FCF is #FE7030. Grayscale: #6B6B6B. Windows color (decimal): -16674865 or 13602561. OLE color: 13602561.

HSL color Cylindrical-coordinate representation of color #018FCF: hue angle of 198.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FCF is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 143 207 -
CMYK 1.00 0.31 0 0.19
HSL 198.64º 0.99% 0.41% -
HSV(B) 198.64º 1% 0.81% -
XYZ 21.1 24.16 62.58 -
YUV 107.84 183.96 51.8 -
System Red Green Blue C M Y K H S L
Decimal 1 143 207 1.00 0.31 0 0.19 198.64 0.99 0.41
Hex 1 8F CF 64 1F 0 13 C7 63 29
Octal 1 217 317 144 37 0 23 307 143 51
Binary 1 10001111 11001111 1100100 11111 0 10011 11000111 1100011 101001

Color Harmonies of #018FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FCF

Black with #018FCF

Text Example


Text Example

White with #018FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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