Shades of Pacific Blue #0283CB
Tints of Pacific Blue #0283CB
RGB
CMYK
RGB Variations
Color information
#0283CB (or 0x0283CB) is known color: Pacific Blue. HEX triplet: 02, 83 and CB. RGB value is (2,131,203). Sum of RGB (Red+Green+Blue) = 2+131+203=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #0283CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0283CB is #FD7C34. Grayscale: #646464. Windows color (decimal): -16612405 or 13337346. OLE color: 13337346.
HSL color Cylindrical-coordinate representation of color #0283CB: hue angle of 201.49º 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 #0283CB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 131 | 203 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.20 |
| HSL | 201.49º | 0.98% | 0.4% | - |
| HSV(B) | 201.49º | 0.99% | 0.8% | - |
| XYZ | 18.92 | 20.56 | 59.47 | - |
| YUV | 100.64 | 185.76 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 203 | 0.99 | 0.35 | 0 | 0.20 | 201.49 | 0.98 | 0.4 |
| Hex | 2 | 83 | CB | 63 | 23 | 0 | 14 | C9 | 62 | 28 |
| Octal | 2 | 203 | 313 | 143 | 43 | 0 | 24 | 311 | 142 | 50 |
| Binary | 10 | 10000011 | 11001011 | 1100011 | 100011 | 0 | 10100 | 11001001 | 1100010 | 101000 |
Color Harmonies of #0283CB
Complementary color
Monochromatic Colors of #0283CB
Black with #0283CB
Text Example
Text Example
White with #0283CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0283CB; }
p { color: rgb(2,131,203); }
H1.HeaderClassName
{
color: #0283CB;
}
.AnyTagClassName
{
color: #0283CB;
}
</style>
background-color css
<style>
a { background-color: #0283CB; }
a { background-color: rgb(2,131,203); }
div.DivClassName
{
background-color: #0283CB;
}
.BgClassName
{
background-color: #0283CB;
}
</style>
border-color css
<style>
span { border-color: #0283CB; }
span { border-color: rgb(2,131,203); }
td.TdClassName
{
border-color: #0283CB;
}
.TagClassName
{
border-color: #0283CB;
}
</style>