Shades of Picton Blue #438FDF
Tints of Picton Blue #438FDF
RGB
CMYK
RGB Variations
Color information
#438FDF (or 0x438FDF) is known color: Picton Blue. HEX triplet: 43, 8F and DF. RGB value is (67,143,223). Sum of RGB (Red+Green+Blue) = 67+143+223=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #438FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FDF is #BC7020. Grayscale: #818181. Windows color (decimal): -12349473 or 14651203. OLE color: 14651203.
HSL color Cylindrical-coordinate representation of color #438FDF: hue angle of 210.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438FDF is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 143 | 223 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.13 |
| HSL | 210.77º | 0.71% | 0.57% | - |
| HSV(B) | 210.77º | 0.7% | 0.87% | - |
| XYZ | 25.46 | 26.17 | 73.52 | - |
| YUV | 129.4 | 180.82 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 223 | 0.70 | 0.36 | 0 | 0.13 | 210.77 | 0.71 | 0.57 |
| Hex | 43 | 8F | DF | 46 | 24 | 0 | D | D3 | 47 | 39 |
| Octal | 103 | 217 | 337 | 106 | 44 | 0 | 15 | 323 | 107 | 71 |
| Binary | 1000011 | 10001111 | 11011111 | 1000110 | 100100 | 0 | 1101 | 11010011 | 1000111 | 111001 |
Color Harmonies of #438FDF
Complementary color
Monochromatic Colors of #438FDF
Black with #438FDF
Text Example
Text Example
White with #438FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438FDF; }
p { color: rgb(67,143,223); }
H1.HeaderClassName
{
color: #438FDF;
}
.AnyTagClassName
{
color: #438FDF;
}
</style>
background-color css
<style>
a { background-color: #438FDF; }
a { background-color: rgb(67,143,223); }
div.DivClassName
{
background-color: #438FDF;
}
.BgClassName
{
background-color: #438FDF;
}
</style>
border-color css
<style>
span { border-color: #438FDF; }
span { border-color: rgb(67,143,223); }
td.TdClassName
{
border-color: #438FDF;
}
.TagClassName
{
border-color: #438FDF;
}
</style>