Html Css Color HEX #002DC2 International Klein Blue
📋 copy color: '#002DC2'red 0 ◦ green 45 ◦ blue 194
Shades of International Klein Blue #002DC2
Tints of International Klein Blue #002DC2
RGB
CMYK
RGB Variations
Color information
#002DC2 (or 0x002DC2) is known color: International Klein Blue. HEX triplet: 00, 2D and C2. RGB value is (0,45,194). Sum of RGB (Red+Green+Blue) = 0+45+194=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 194 (76.17% from 255 or 81.17% from 239); Max value from RGB is 194 - color contains mainly: blue. Hex color #002DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DC2 is #FFD23D. Grayscale: #2F2F2F. Windows color (decimal): -16765502 or 12725504. OLE color: 12725504.
HSL color Cylindrical-coordinate representation of color #002DC2: hue angle of 226.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DC2 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 45 | 194 | - |
| CMYK | 1 | 0.77 | 0 | 0.24 |
| HSL | 226.08º | 1% | 0.38% | - |
| HSV(B) | 226.08º | 1% | 0.76% | - |
| XYZ | 10.68 | 5.77 | 51.59 | - |
| YUV | 48.53 | 210.09 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 194 | 1 | 0.77 | 0 | 0.24 | 226.08 | 1 | 0.38 |
| Hex | 0 | 2D | C2 | 64 | 4D | 0 | 18 | E2 | 64 | 26 |
| Octal | 0 | 55 | 302 | 144 | 115 | 0 | 30 | 342 | 144 | 46 |
| Binary | 0 | 101101 | 11000010 | 1100100 | 1001101 | 0 | 11000 | 11100010 | 1100100 | 100110 |
Color Harmonies of #002DC2
Complementary color
Monochromatic Colors of #002DC2
Black with #002DC2
Text Example
Text Example
White with #002DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DC2; }
p { color: rgb(0,45,194); }
H1.HeaderClassName
{
color: #002DC2;
}
.AnyTagClassName
{
color: #002DC2;
}
</style>
background-color css
<style>
a { background-color: #002DC2; }
a { background-color: rgb(0,45,194); }
div.DivClassName
{
background-color: #002DC2;
}
.BgClassName
{
background-color: #002DC2;
}
</style>
border-color css
<style>
span { border-color: #002DC2; }
span { border-color: rgb(0,45,194); }
td.TdClassName
{
border-color: #002DC2;
}
.TagClassName
{
border-color: #002DC2;
}
</style>