Html Css Color HEX #028FCD Pacific Blue

📋 copy color: '#028FCD'

red 2 ◦ green 143 ◦ blue 205

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

Shades of Pacific Blue #028FCD

Tints of Pacific Blue #028FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 0.57%
G = 40.86%
B = 58.57%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#028FCD (or 0x028FCD) is known color: Pacific Blue. HEX triplet: 02, 8F and CD. RGB value is (2,143,205). Sum of RGB (Red+Green+Blue) = 2+143+205=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #028FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FCD is #FD7032. Grayscale: #6B6B6B. Windows color (decimal): -16609331 or 13471490. OLE color: 13471490.

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

Color convert

RGB 2 143 205 -
CMYK 0.99 0.30 0 0.20
HSL 198.33º 0.98% 0.41% -
HSV(B) 198.33º 0.99% 0.8% -
XYZ 20.87 24.07 61.3 -
YUV 107.91 182.79 52.46 -
System Red Green Blue C M Y K H S L
Decimal 2 143 205 0.99 0.30 0 0.20 198.33 0.98 0.41
Hex 2 8F CD 63 1E 0 14 C6 62 29
Octal 2 217 315 143 36 0 24 306 142 51
Binary 10 10001111 11001101 1100011 11110 0 10100 11000110 1100010 101001

Color Harmonies of #028FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FCD

Black with #028FCD

Text Example


Text Example

White with #028FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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