Shades of Pacific Blue #0284CF
Tints of Pacific Blue #0284CF
RGB
CMYK
RGB Variations
Color information
#0284CF (or 0x0284CF) is known color: Pacific Blue. HEX triplet: 02, 84 and CF. RGB value is (2,132,207). Sum of RGB (Red+Green+Blue) = 2+132+207=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #0284CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0284CF is #FD7B30. Grayscale: #656565. Windows color (decimal): -16612145 or 13599746. OLE color: 13599746.
HSL color Cylindrical-coordinate representation of color #0284CF: hue angle of 201.95º 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 #0284CF is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 132 | 207 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.19 |
| HSL | 201.95º | 0.98% | 0.41% | - |
| HSV(B) | 201.95º | 0.99% | 0.81% | - |
| XYZ | 19.54 | 21.02 | 62.06 | - |
| YUV | 101.68 | 187.43 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 207 | 0.99 | 0.36 | 0 | 0.19 | 201.95 | 0.98 | 0.41 |
| Hex | 2 | 84 | CF | 63 | 24 | 0 | 13 | CA | 62 | 29 |
| Octal | 2 | 204 | 317 | 143 | 44 | 0 | 23 | 312 | 142 | 51 |
| Binary | 10 | 10000100 | 11001111 | 1100011 | 100100 | 0 | 10011 | 11001010 | 1100010 | 101001 |
Color Harmonies of #0284CF
Complementary color
Monochromatic Colors of #0284CF
Black with #0284CF
Text Example
Text Example
White with #0284CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0284CF; }
p { color: rgb(2,132,207); }
H1.HeaderClassName
{
color: #0284CF;
}
.AnyTagClassName
{
color: #0284CF;
}
</style>
background-color css
<style>
a { background-color: #0284CF; }
a { background-color: rgb(2,132,207); }
div.DivClassName
{
background-color: #0284CF;
}
.BgClassName
{
background-color: #0284CF;
}
</style>
border-color css
<style>
span { border-color: #0284CF; }
span { border-color: rgb(2,132,207); }
td.TdClassName
{
border-color: #0284CF;
}
.TagClassName
{
border-color: #0284CF;
}
</style>