Html Css Color HEX #028FD1 Pacific Blue

📋 copy color: '#028FD1'

red 2 ◦ green 143 ◦ blue 209

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

Shades of Pacific Blue #028FD1

Tints of Pacific Blue #028FD1

RGB

 RED value IS 2 (1.17% from 255) = 0.56%

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

 BLUE value IS 209 (82.03% from 255) = 59.04%

R = 0.56%
G = 40.4%
B = 59.04%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#028FD1 (or 0x028FD1) is known color: Pacific Blue. HEX triplet: 02, 8F and D1. RGB value is (2,143,209). Sum of RGB (Red+Green+Blue) = 2+143+209=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #028FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FD1 is #FD702E. Grayscale: #6B6B6B. Windows color (decimal): -16609327 or 13733634. OLE color: 13733634.

HSL color Cylindrical-coordinate representation of color #028FD1: hue angle of 199.13º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FD1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 143 209 -
CMYK 0.99 0.32 0 0.18
HSL 199.13º 0.98% 0.41% -
HSV(B) 199.13º 0.99% 0.82% -
XYZ 21.36 24.26 63.88 -
YUV 108.37 184.79 52.13 -
System Red Green Blue C M Y K H S L
Decimal 2 143 209 0.99 0.32 0 0.18 199.13 0.98 0.41
Hex 2 8F D1 63 20 0 12 C7 62 29
Octal 2 217 321 143 40 0 22 307 142 51
Binary 10 10001111 11010001 1100011 100000 0 10010 11000111 1100010 101001

Color Harmonies of #028FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FD1

Black with #028FD1

Text Example


Text Example

White with #028FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028FD1; }

 p { color: rgb(2,143,209); }

 H1.HeaderClassName
 {
   color: #028FD1;
 }
 .AnyTagClassName
 {
   color: #028FD1;
 }
</style>

background-color css

<style>
 a { background-color: #028FD1; }

 a { background-color: rgb(2,143,209); }

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

border-color css

<style>
 span { border-color: #028FD1; }

 span { border-color: rgb(2,143,209); }

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