#0284CA

Color #0284CA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0284CA

Tints of Pacific Blue #0284CA

Color information

#0284CA (or 0x0284CA) is unknown color: approx Pacific Blue. HEX triplet: 02, 84 and CA. RGB value is (2,132,202). Sum of RGB (Red+Green+Blue) = 2+132+202=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #0284CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0284CA is #FD7B35. Grayscale: #646464. Windows color (decimal): -16612150 or 13272066. OLE color: 13272066.

HSL color Cylindrical-coordinate representation of color #0284CA: hue angle of 201º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0284CA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2132202-
CMYK0.990.3500.21
HSL201º98.04%40%-
HSV(B)201º99.01%79.22%-
XYZ18.9420.7858.89-
YUV101.11184.9357.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 202 (79.30% from 255) = 60.12%
R=0.60%
G=39.29%
B=60.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21322020.990.3500.2120198.0440
Hex284CA6323015c96228
Octal22043121434302531114250
Binary1010000100110010101100011100011010101110010011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0284CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0284CA; }

 p { color: rgb(2,132,202); }

 H1.HeaderClassName
 {
   color: #0284CA;
 }
 .AnyTagClassName
 {
   color: #0284CA;
 }
</style>
background-color css

<style>
 a { background-color: #0284CA; }

 a { background-color: rgb(2,132,202); }

 div.DivClassName
 {
   background-color: #0284CA;
 }
 .BgClassName
 {
   background-color: #0284CA;
 }
</style>
border-color css

<style>
 span { border-color: #0284CA; }

 span { border-color: rgb(2,132,202); }

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