Shades of Pacific Blue #038EDA
Tints of Pacific Blue #038EDA
RGB
CMYK
RGB Variations
Color information
#038EDA (or 0x038EDA) is known color: Pacific Blue. HEX triplet: 03, 8E and DA. RGB value is (3,142,218). Sum of RGB (Red+Green+Blue) = 3+142+218=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #038EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EDA is #FC7125. Grayscale: #6C6C6C. Windows color (decimal): -16544038 or 14323203. OLE color: 14323203.
HSL color Cylindrical-coordinate representation of color #038EDA: hue angle of 201.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038EDA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 142 | 218 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.15 |
| HSL | 201.21º | 0.97% | 0.43% | - |
| HSV(B) | 201.21º | 0.99% | 0.85% | - |
| XYZ | 22.37 | 24.43 | 69.87 | - |
| YUV | 109.1 | 189.45 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 218 | 0.99 | 0.35 | 0 | 0.15 | 201.21 | 0.97 | 0.43 |
| Hex | 3 | 8E | DA | 63 | 23 | 0 | F | C9 | 61 | 2B |
| Octal | 3 | 216 | 332 | 143 | 43 | 0 | 17 | 311 | 141 | 53 |
| Binary | 11 | 10001110 | 11011010 | 1100011 | 100011 | 0 | 1111 | 11001001 | 1100001 | 101011 |
Color Harmonies of #038EDA
Complementary color
Monochromatic Colors of #038EDA
Black with #038EDA
Text Example
Text Example
White with #038EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038EDA; }
p { color: rgb(3,142,218); }
H1.HeaderClassName
{
color: #038EDA;
}
.AnyTagClassName
{
color: #038EDA;
}
</style>
background-color css
<style>
a { background-color: #038EDA; }
a { background-color: rgb(3,142,218); }
div.DivClassName
{
background-color: #038EDA;
}
.BgClassName
{
background-color: #038EDA;
}
</style>
border-color css
<style>
span { border-color: #038EDA; }
span { border-color: rgb(3,142,218); }
td.TdClassName
{
border-color: #038EDA;
}
.TagClassName
{
border-color: #038EDA;
}
</style>