Html Css Color HEX #028DDF Pacific Blue

📋 copy color: '#028DDF'

red 2 ◦ green 141 ◦ blue 223

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

Shades of Pacific Blue #028DDF

Tints of Pacific Blue #028DDF

RGB

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

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

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

R = 0.55%
G = 38.52%
B = 60.93%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#028DDF (or 0x028DDF) is known color: Pacific Blue. HEX triplet: 02, 8D and DF. RGB value is (2,141,223). Sum of RGB (Red+Green+Blue) = 2+141+223=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #028DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DDF is #FD7220. Grayscale: #6C6C6C. Windows color (decimal): -16609825 or 14650626. OLE color: 14650626.

HSL color Cylindrical-coordinate representation of color #028DDF: hue angle of 202.26º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DDF is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 141 223 -
CMYK 0.99 0.37 0 0.13
HSL 202.26º 0.98% 0.44% -
HSV(B) 202.26º 0.99% 0.87% -
XYZ 22.87 24.39 73.31 -
YUV 108.79 192.45 51.83 -
System Red Green Blue C M Y K H S L
Decimal 2 141 223 0.99 0.37 0 0.13 202.26 0.98 0.44
Hex 2 8D DF 63 25 0 D CA 62 2C
Octal 2 215 337 143 45 0 15 312 142 54
Binary 10 10001101 11011111 1100011 100101 0 1101 11001010 1100010 101100

Color Harmonies of #028DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DDF

Black with #028DDF

Text Example


Text Example

White with #028DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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