Shades of Pacific Blue #038ADE
Tints of Pacific Blue #038ADE
RGB
CMYK
RGB Variations
Color information
#038ADE (or 0x038ADE) is known color: Pacific Blue. HEX triplet: 03, 8A and DE. RGB value is (3,138,222). Sum of RGB (Red+Green+Blue) = 3+138+222=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #038ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ADE is #FC7521. Grayscale: #6A6A6A. Windows color (decimal): -16545058 or 14584323. OLE color: 14584323.
HSL color Cylindrical-coordinate representation of color #038ADE: hue angle of 203.01º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038ADE is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 138 | 222 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.13 |
| HSL | 203.01º | 0.97% | 0.44% | - |
| HSV(B) | 203.01º | 0.99% | 0.87% | - |
| XYZ | 22.31 | 23.47 | 72.46 | - |
| YUV | 107.21 | 192.77 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 222 | 0.99 | 0.38 | 0 | 0.13 | 203.01 | 0.97 | 0.44 |
| Hex | 3 | 8A | DE | 63 | 26 | 0 | D | CB | 61 | 2C |
| Octal | 3 | 212 | 336 | 143 | 46 | 0 | 15 | 313 | 141 | 54 |
| Binary | 11 | 10001010 | 11011110 | 1100011 | 100110 | 0 | 1101 | 11001011 | 1100001 | 101100 |
Color Harmonies of #038ADE
Complementary color
Monochromatic Colors of #038ADE
Black with #038ADE
Text Example
Text Example
White with #038ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038ADE; }
p { color: rgb(3,138,222); }
H1.HeaderClassName
{
color: #038ADE;
}
.AnyTagClassName
{
color: #038ADE;
}
</style>
background-color css
<style>
a { background-color: #038ADE; }
a { background-color: rgb(3,138,222); }
div.DivClassName
{
background-color: #038ADE;
}
.BgClassName
{
background-color: #038ADE;
}
</style>
border-color css
<style>
span { border-color: #038ADE; }
span { border-color: rgb(3,138,222); }
td.TdClassName
{
border-color: #038ADE;
}
.TagClassName
{
border-color: #038ADE;
}
</style>