Html Css Color HEX #008CCA Pacific Blue

📋 copy color: '#008CCA'

red 0 ◦ green 140 ◦ blue 202

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

Shades of Pacific Blue #008CCA

Tints of Pacific Blue #008CCA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 140 (55.08% from 255) = 40.94%

 BLUE value IS 202 (79.3% from 255) = 59.06%

R = 0%
G = 40.94%
B = 59.06%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#008CCA (or 0x008CCA) is known color: Pacific Blue. HEX triplet: 00, 8C and CA. RGB value is (0,140,202). Sum of RGB (Red+Green+Blue) = 0+140+202=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #008CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CCA is #FF7335. Grayscale: #686868. Windows color (decimal): -16741174 or 13274112. OLE color: 13274112.

HSL color Cylindrical-coordinate representation of color #008CCA: hue angle of 198.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CCA is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 140 202 -
CMYK 1 0.31 0 0.21
HSL 198.42º 1% 0.4% -
HSV(B) 198.42º 1% 0.79% -
XYZ 20.04 23.02 59.26 -
YUV 105.21 182.62 52.96 -
System Red Green Blue C M Y K H S L
Decimal 0 140 202 1 0.31 0 0.21 198.42 1 0.4
Hex 0 8C CA 64 1F 0 15 C6 64 28
Octal 0 214 312 144 37 0 25 306 144 50
Binary 0 10001100 11001010 1100100 11111 0 10101 11000110 1100100 101000

Color Harmonies of #008CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CCA

Black with #008CCA

Text Example


Text Example

White with #008CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008CCA; }

 p { color: rgb(0,140,202); }

 H1.HeaderClassName
 {
   color: #008CCA;
 }
 .AnyTagClassName
 {
   color: #008CCA;
 }
</style>

background-color css

<style>
 a { background-color: #008CCA; }

 a { background-color: rgb(0,140,202); }

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

border-color css

<style>
 span { border-color: #008CCA; }

 span { border-color: rgb(0,140,202); }

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