Html Css Color HEX #082DB4 International Klein Blue
📋 copy color: '#082DB4'red 8 ◦ green 45 ◦ blue 180
Shades of International Klein Blue #082DB4
Tints of International Klein Blue #082DB4
RGB
CMYK
RGB Variations
Color information
#082DB4 (or 0x082DB4) is known color: International Klein Blue. HEX triplet: 08, 2D and B4. RGB value is (8,45,180). Sum of RGB (Red+Green+Blue) = 8+45+180=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 180 (70.70% from 255 or 77.25% from 233); Max value from RGB is 180 - color contains mainly: blue. Hex color #082DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DB4 is #F7D24B. Grayscale: #303030. Windows color (decimal): -16241228 or 11808008. OLE color: 11808008.
HSL color Cylindrical-coordinate representation of color #082DB4: hue angle of 227.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DB4 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 45 | 180 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.29 |
| HSL | 227.09º | 0.91% | 0.37% | - |
| HSV(B) | 227.09º | 0.96% | 0.71% | - |
| XYZ | 9.28 | 5.22 | 43.7 | - |
| YUV | 49.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 180 | 0.96 | 0.75 | 0 | 0.29 | 227.09 | 0.91 | 0.37 |
| Hex | 8 | 2D | B4 | 60 | 4B | 0 | 1D | E3 | 5B | 25 |
| Octal | 10 | 55 | 264 | 140 | 113 | 0 | 35 | 343 | 133 | 45 |
| Binary | 1000 | 101101 | 10110100 | 1100000 | 1001011 | 0 | 11101 | 11100011 | 1011011 | 100101 |
Color Harmonies of #082DB4
Complementary color
Monochromatic Colors of #082DB4
Black with #082DB4
Text Example
Text Example
White with #082DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DB4; }
p { color: rgb(8,45,180); }
H1.HeaderClassName
{
color: #082DB4;
}
.AnyTagClassName
{
color: #082DB4;
}
</style>
background-color css
<style>
a { background-color: #082DB4; }
a { background-color: rgb(8,45,180); }
div.DivClassName
{
background-color: #082DB4;
}
.BgClassName
{
background-color: #082DB4;
}
</style>
border-color css
<style>
span { border-color: #082DB4; }
span { border-color: rgb(8,45,180); }
td.TdClassName
{
border-color: #082DB4;
}
.TagClassName
{
border-color: #082DB4;
}
</style>