Html Css Color HEX #002DC5 International Klein Blue
📋 copy color: '#002DC5'red 0 ◦ green 45 ◦ blue 197
Shades of International Klein Blue #002DC5
Tints of International Klein Blue #002DC5
RGB
CMYK
RGB Variations
Color information
#002DC5 (or 0x002DC5) is known color: International Klein Blue. HEX triplet: 00, 2D and C5. RGB value is (0,45,197). Sum of RGB (Red+Green+Blue) = 0+45+197=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 197 (77.34% from 255 or 81.40% from 242); Max value from RGB is 197 - color contains mainly: blue. Hex color #002DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DC5 is #FFD23A. Grayscale: #303030. Windows color (decimal): -16765499 or 12922112. OLE color: 12922112.
HSL color Cylindrical-coordinate representation of color #002DC5: hue angle of 226.29º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DC5 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 45 | 197 | - |
| CMYK | 1 | 0.77 | 0 | 0.23 |
| HSL | 226.29º | 1% | 0.39% | - |
| HSV(B) | 226.29º | 1% | 0.77% | - |
| XYZ | 11.02 | 5.91 | 53.38 | - |
| YUV | 48.87 | 211.59 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 197 | 1 | 0.77 | 0 | 0.23 | 226.29 | 1 | 0.39 |
| Hex | 0 | 2D | C5 | 64 | 4D | 0 | 17 | E2 | 64 | 27 |
| Octal | 0 | 55 | 305 | 144 | 115 | 0 | 27 | 342 | 144 | 47 |
| Binary | 0 | 101101 | 11000101 | 1100100 | 1001101 | 0 | 10111 | 11100010 | 1100100 | 100111 |
Color Harmonies of #002DC5
Complementary color
Monochromatic Colors of #002DC5
Black with #002DC5
Text Example
Text Example
White with #002DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DC5; }
p { color: rgb(0,45,197); }
H1.HeaderClassName
{
color: #002DC5;
}
.AnyTagClassName
{
color: #002DC5;
}
</style>
background-color css
<style>
a { background-color: #002DC5; }
a { background-color: rgb(0,45,197); }
div.DivClassName
{
background-color: #002DC5;
}
.BgClassName
{
background-color: #002DC5;
}
</style>
border-color css
<style>
span { border-color: #002DC5; }
span { border-color: rgb(0,45,197); }
td.TdClassName
{
border-color: #002DC5;
}
.TagClassName
{
border-color: #002DC5;
}
</style>