Shades of Pacific Blue #038BCF
Tints of Pacific Blue #038BCF
RGB
CMYK
RGB Variations
Color information
#038BCF (or 0x038BCF) is known color: Pacific Blue. HEX triplet: 03, 8B and CF. RGB value is (3,139,207). Sum of RGB (Red+Green+Blue) = 3+139+207=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #038BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BCF is #FC7430. Grayscale: #696969. Windows color (decimal): -16544817 or 13601539. OLE color: 13601539.
HSL color Cylindrical-coordinate representation of color #038BCF: hue angle of 200º degrees, saturation: 0.97, 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 #038BCF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 139 | 207 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.19 |
| HSL | 200º | 0.97% | 0.41% | - |
| HSV(B) | 200º | 0.99% | 0.81% | - |
| XYZ | 20.53 | 22.99 | 62.39 | - |
| YUV | 106.09 | 184.94 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 207 | 0.99 | 0.33 | 0 | 0.19 | 200 | 0.97 | 0.41 |
| Hex | 3 | 8B | CF | 63 | 21 | 0 | 13 | C8 | 61 | 29 |
| Octal | 3 | 213 | 317 | 143 | 41 | 0 | 23 | 310 | 141 | 51 |
| Binary | 11 | 10001011 | 11001111 | 1100011 | 100001 | 0 | 10011 | 11001000 | 1100001 | 101001 |
Color Harmonies of #038BCF
Complementary color
Monochromatic Colors of #038BCF
Black with #038BCF
Text Example
Text Example
White with #038BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BCF; }
p { color: rgb(3,139,207); }
H1.HeaderClassName
{
color: #038BCF;
}
.AnyTagClassName
{
color: #038BCF;
}
</style>
background-color css
<style>
a { background-color: #038BCF; }
a { background-color: rgb(3,139,207); }
div.DivClassName
{
background-color: #038BCF;
}
.BgClassName
{
background-color: #038BCF;
}
</style>
border-color css
<style>
span { border-color: #038BCF; }
span { border-color: rgb(3,139,207); }
td.TdClassName
{
border-color: #038BCF;
}
.TagClassName
{
border-color: #038BCF;
}
</style>