Html Css Color HEX #028ECF Pacific Blue

📋 copy color: '#028ECF'

red 2 ◦ green 142 ◦ blue 207

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

Shades of Pacific Blue #028ECF

Tints of Pacific Blue #028ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.46%

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 0.57%
G = 40.46%
B = 58.97%

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

#028ECF (or 0x028ECF) is known color: Pacific Blue. HEX triplet: 02, 8E and CF. RGB value is (2,142,207). Sum of RGB (Red+Green+Blue) = 2+142+207=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #028ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ECF is #FD7130. Grayscale: #6B6B6B. Windows color (decimal): -16609585 or 13602306. OLE color: 13602306.

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

Color convert

RGB 2 142 207 -
CMYK 0.99 0.31 0 0.19
HSL 199.02º 0.98% 0.41% -
HSV(B) 199.02º 0.99% 0.81% -
XYZ 20.96 23.86 62.53 -
YUV 107.55 184.12 52.71 -
System Red Green Blue C M Y K H S L
Decimal 2 142 207 0.99 0.31 0 0.19 199.02 0.98 0.41
Hex 2 8E CF 63 1F 0 13 C7 62 29
Octal 2 216 317 143 37 0 23 307 142 51
Binary 10 10001110 11001111 1100011 11111 0 10011 11000111 1100010 101001

Color Harmonies of #028ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ECF

Black with #028ECF

Text Example


Text Example

White with #028ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,142,207); }

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

background-color css

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

 a { background-color: rgb(2,142,207); }

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

border-color css

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

 span { border-color: rgb(2,142,207); }

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