Shades of Pacific Blue #038AD1
Tints of Pacific Blue #038AD1
RGB
CMYK
RGB Variations
Color information
#038AD1 (or 0x038AD1) is known color: Pacific Blue. HEX triplet: 03, 8A and D1. RGB value is (3,138,209). Sum of RGB (Red+Green+Blue) = 3+138+209=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 209 (82.03% from 255 or 59.71% from 350); Max value from RGB is 209 - color contains mainly: blue. Hex color #038AD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038AD1 is #FC752E. Grayscale: #696969. Windows color (decimal): -16545071 or 13732355. OLE color: 13732355.
HSL color Cylindrical-coordinate representation of color #038AD1: hue angle of 200.68º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038AD1 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 138 | 209 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.18 |
| HSL | 200.68º | 0.97% | 0.42% | - |
| HSV(B) | 200.68º | 0.99% | 0.82% | - |
| XYZ | 20.63 | 22.8 | 63.63 | - |
| YUV | 105.73 | 186.27 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 209 | 0.99 | 0.34 | 0 | 0.18 | 200.68 | 0.97 | 0.42 |
| Hex | 3 | 8A | D1 | 63 | 22 | 0 | 12 | C9 | 61 | 2A |
| Octal | 3 | 212 | 321 | 143 | 42 | 0 | 22 | 311 | 141 | 52 |
| Binary | 11 | 10001010 | 11010001 | 1100011 | 100010 | 0 | 10010 | 11001001 | 1100001 | 101010 |
Color Harmonies of #038AD1
Complementary color
Monochromatic Colors of #038AD1
Black with #038AD1
Text Example
Text Example
White with #038AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AD1; }
p { color: rgb(3,138,209); }
H1.HeaderClassName
{
color: #038AD1;
}
.AnyTagClassName
{
color: #038AD1;
}
</style>
background-color css
<style>
a { background-color: #038AD1; }
a { background-color: rgb(3,138,209); }
div.DivClassName
{
background-color: #038AD1;
}
.BgClassName
{
background-color: #038AD1;
}
</style>
border-color css
<style>
span { border-color: #038AD1; }
span { border-color: rgb(3,138,209); }
td.TdClassName
{
border-color: #038AD1;
}
.TagClassName
{
border-color: #038AD1;
}
</style>