Html Css Color HEX #028FCB Pacific Blue

📋 copy color: '#028FCB'

red 2 ◦ green 143 ◦ blue 203

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

Shades of Pacific Blue #028FCB

Tints of Pacific Blue #028FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 0.57%
G = 41.09%
B = 58.33%

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

#028FCB (or 0x028FCB) is known color: Pacific Blue. HEX triplet: 02, 8F and CB. RGB value is (2,143,203). Sum of RGB (Red+Green+Blue) = 2+143+203=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #028FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FCB is #FD7034. Grayscale: #6B6B6B. Windows color (decimal): -16609333 or 13340418. OLE color: 13340418.

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

Color convert

RGB 2 143 203 -
CMYK 0.99 0.30 0 0.20
HSL 197.91º 0.98% 0.4% -
HSV(B) 197.91º 0.99% 0.8% -
XYZ 20.63 23.97 60.04 -
YUV 107.68 181.79 52.62 -
System Red Green Blue C M Y K H S L
Decimal 2 143 203 0.99 0.30 0 0.20 197.91 0.98 0.4
Hex 2 8F CB 63 1E 0 14 C6 62 28
Octal 2 217 313 143 36 0 24 306 142 50
Binary 10 10001111 11001011 1100011 11110 0 10100 11000110 1100010 101000

Color Harmonies of #028FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FCB

Black with #028FCB

Text Example


Text Example

White with #028FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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