Html Css Color HEX #028FDF Pacific Blue

📋 copy color: '#028FDF'

red 2 ◦ green 143 ◦ blue 223

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

Shades of Pacific Blue #028FDF

Tints of Pacific Blue #028FDF

RGB

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

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

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

R = 0.54%
G = 38.86%
B = 60.6%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#028FDF (or 0x028FDF) is known color: Pacific Blue. HEX triplet: 02, 8F and DF. RGB value is (2,143,223). Sum of RGB (Red+Green+Blue) = 2+143+223=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #028FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FDF is #FD7020. Grayscale: #6D6D6D. Windows color (decimal): -16609313 or 14651138. OLE color: 14651138.

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

Color convert

RGB 2 143 223 -
CMYK 0.99 0.36 0 0.13
HSL 201.72º 0.98% 0.44% -
HSV(B) 201.72º 0.99% 0.87% -
XYZ 23.17 24.99 73.41 -
YUV 109.96 191.79 51 -
System Red Green Blue C M Y K H S L
Decimal 2 143 223 0.99 0.36 0 0.13 201.72 0.98 0.44
Hex 2 8F DF 63 24 0 D CA 62 2C
Octal 2 217 337 143 44 0 15 312 142 54
Binary 10 10001111 11011111 1100011 100100 0 1101 11001010 1100010 101100

Color Harmonies of #028FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FDF

Black with #028FDF

Text Example


Text Example

White with #028FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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