Shades of Pacific Blue #038ADC
Tints of Pacific Blue #038ADC
RGB
CMYK
RGB Variations
Color information
#038ADC (or 0x038ADC) is known color: Pacific Blue. HEX triplet: 03, 8A and DC. RGB value is (3,138,220). Sum of RGB (Red+Green+Blue) = 3+138+220=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #038ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ADC is #FC7523. Grayscale: #6A6A6A. Windows color (decimal): -16545060 or 14453251. OLE color: 14453251.
HSL color Cylindrical-coordinate representation of color #038ADC: hue angle of 202.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038ADC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 138 | 220 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.14 |
| HSL | 202.67º | 0.97% | 0.44% | - |
| HSV(B) | 202.67º | 0.99% | 0.86% | - |
| XYZ | 22.04 | 23.36 | 71.06 | - |
| YUV | 106.98 | 191.77 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 220 | 0.99 | 0.37 | 0 | 0.14 | 202.67 | 0.97 | 0.44 |
| Hex | 3 | 8A | DC | 63 | 25 | 0 | E | CB | 61 | 2C |
| Octal | 3 | 212 | 334 | 143 | 45 | 0 | 16 | 313 | 141 | 54 |
| Binary | 11 | 10001010 | 11011100 | 1100011 | 100101 | 0 | 1110 | 11001011 | 1100001 | 101100 |
Color Harmonies of #038ADC
Complementary color
Monochromatic Colors of #038ADC
Black with #038ADC
Text Example
Text Example
White with #038ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038ADC; }
p { color: rgb(3,138,220); }
H1.HeaderClassName
{
color: #038ADC;
}
.AnyTagClassName
{
color: #038ADC;
}
</style>
background-color css
<style>
a { background-color: #038ADC; }
a { background-color: rgb(3,138,220); }
div.DivClassName
{
background-color: #038ADC;
}
.BgClassName
{
background-color: #038ADC;
}
</style>
border-color css
<style>
span { border-color: #038ADC; }
span { border-color: rgb(3,138,220); }
td.TdClassName
{
border-color: #038ADC;
}
.TagClassName
{
border-color: #038ADC;
}
</style>