Html Css Color HEX #028DCF Pacific Blue

📋 copy color: '#028DCF'

red 2 ◦ green 141 ◦ blue 207

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

Shades of Pacific Blue #028DCF

Tints of Pacific Blue #028DCF

RGB

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

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

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

R = 0.57%
G = 40.29%
B = 59.14%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#028DCF (or 0x028DCF) is known color: Pacific Blue. HEX triplet: 02, 8D and CF. RGB value is (2,141,207). Sum of RGB (Red+Green+Blue) = 2+141+207=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #028DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DCF is #FD7230. Grayscale: #6A6A6A. Windows color (decimal): -16609841 or 13602050. OLE color: 13602050.

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

Color convert

RGB 2 141 207 -
CMYK 0.99 0.32 0 0.19
HSL 199.32º 0.98% 0.41% -
HSV(B) 199.32º 0.99% 0.81% -
XYZ 20.81 23.57 62.48 -
YUV 106.96 184.45 53.13 -
System Red Green Blue C M Y K H S L
Decimal 2 141 207 0.99 0.32 0 0.19 199.32 0.98 0.41
Hex 2 8D CF 63 20 0 13 C7 62 29
Octal 2 215 317 143 40 0 23 307 142 51
Binary 10 10001101 11001111 1100011 100000 0 10011 11000111 1100010 101001

Color Harmonies of #028DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DCF

Black with #028DCF

Text Example


Text Example

White with #028DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,141,207); }

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

background-color css

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

 a { background-color: rgb(2,141,207); }

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

border-color css

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

 span { border-color: rgb(2,141,207); }

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