Html Css Color HEX #028FCE Pacific Blue

📋 copy color: '#028FCE'

red 2 ◦ green 143 ◦ blue 206

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

Shades of Pacific Blue #028FCE

Tints of Pacific Blue #028FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 0.57%
G = 40.74%
B = 58.69%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#028FCE (or 0x028FCE) is known color: Pacific Blue. HEX triplet: 02, 8F and CE. RGB value is (2,143,206). Sum of RGB (Red+Green+Blue) = 2+143+206=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #028FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FCE is #FD7031. Grayscale: #6B6B6B. Windows color (decimal): -16609330 or 13537026. OLE color: 13537026.

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

Color convert

RGB 2 143 206 -
CMYK 0.99 0.31 0 0.19
HSL 198.53º 0.98% 0.41% -
HSV(B) 198.53º 0.99% 0.81% -
XYZ 20.99 24.11 61.94 -
YUV 108.02 183.29 52.38 -
System Red Green Blue C M Y K H S L
Decimal 2 143 206 0.99 0.31 0 0.19 198.53 0.98 0.41
Hex 2 8F CE 63 1F 0 13 C7 62 29
Octal 2 217 316 143 37 0 23 307 142 51
Binary 10 10001111 11001110 1100011 11111 0 10011 11000111 1100010 101001

Color Harmonies of #028FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FCE

Black with #028FCE

Text Example


Text Example

White with #028FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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