Shades of Pacific Blue #038AD5
Tints of Pacific Blue #038AD5
RGB
CMYK
RGB Variations
Color information
#038AD5 (or 0x038AD5) is known color: Pacific Blue. HEX triplet: 03, 8A and D5. RGB value is (3,138,213). Sum of RGB (Red+Green+Blue) = 3+138+213=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #038AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038AD5 is #FC752A. Grayscale: #696969. Windows color (decimal): -16545067 or 13994499. OLE color: 13994499.
HSL color Cylindrical-coordinate representation of color #038AD5: hue angle of 201.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038AD5 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 138 | 213 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.16 |
| HSL | 201.43º | 0.97% | 0.42% | - |
| HSV(B) | 201.43º | 0.99% | 0.84% | - |
| XYZ | 21.14 | 23 | 66.28 | - |
| YUV | 106.19 | 188.27 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 213 | 0.99 | 0.35 | 0 | 0.16 | 201.43 | 0.97 | 0.42 |
| Hex | 3 | 8A | D5 | 63 | 23 | 0 | 10 | C9 | 61 | 2A |
| Octal | 3 | 212 | 325 | 143 | 43 | 0 | 20 | 311 | 141 | 52 |
| Binary | 11 | 10001010 | 11010101 | 1100011 | 100011 | 0 | 10000 | 11001001 | 1100001 | 101010 |
Color Harmonies of #038AD5
Complementary color
Monochromatic Colors of #038AD5
Black with #038AD5
Text Example
Text Example
White with #038AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AD5; }
p { color: rgb(3,138,213); }
H1.HeaderClassName
{
color: #038AD5;
}
.AnyTagClassName
{
color: #038AD5;
}
</style>
background-color css
<style>
a { background-color: #038AD5; }
a { background-color: rgb(3,138,213); }
div.DivClassName
{
background-color: #038AD5;
}
.BgClassName
{
background-color: #038AD5;
}
</style>
border-color css
<style>
span { border-color: #038AD5; }
span { border-color: rgb(3,138,213); }
td.TdClassName
{
border-color: #038AD5;
}
.TagClassName
{
border-color: #038AD5;
}
</style>