Html Css Color HEX #028FCC Pacific Blue

📋 copy color: '#028FCC'

red 2 ◦ green 143 ◦ blue 204

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

Shades of Pacific Blue #028FCC

Tints of Pacific Blue #028FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 0.57%
G = 40.97%
B = 58.45%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#028FCC (or 0x028FCC) is known color: Pacific Blue. HEX triplet: 02, 8F and CC. RGB value is (2,143,204). Sum of RGB (Red+Green+Blue) = 2+143+204=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #028FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FCC is #FD7033. Grayscale: #6B6B6B. Windows color (decimal): -16609332 or 13405954. OLE color: 13405954.

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

Color convert

RGB 2 143 204 -
CMYK 0.99 0.30 0 0.2
HSL 198.12º 0.98% 0.4% -
HSV(B) 198.12º 0.99% 0.8% -
XYZ 20.75 24.02 60.67 -
YUV 107.8 182.29 52.54 -
System Red Green Blue C M Y K H S L
Decimal 2 143 204 0.99 0.30 0 0.2 198.12 0.98 0.4
Hex 2 8F CC 63 1E 0 14 C6 62 28
Octal 2 217 314 143 36 0 24 306 142 50
Binary 10 10001111 11001100 1100011 11110 0 10100 11000110 1100010 101000

Color Harmonies of #028FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FCC

Black with #028FCC

Text Example


Text Example

White with #028FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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