Html Css Color HEX #022DC3 International Klein Blue
📋 copy color: '#022DC3'red 2 ◦ green 45 ◦ blue 195
Shades of International Klein Blue #022DC3
Tints of International Klein Blue #022DC3
RGB
CMYK
RGB Variations
Color information
#022DC3 (or 0x022DC3) is known color: International Klein Blue. HEX triplet: 02, 2D and C3. RGB value is (2,45,195). Sum of RGB (Red+Green+Blue) = 2+45+195=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 195 (76.56% from 255 or 80.58% from 242); Max value from RGB is 195 - color contains mainly: blue. Hex color #022DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DC3 is #FDD23C. Grayscale: #303030. Windows color (decimal): -16634429 or 12791042. OLE color: 12791042.
HSL color Cylindrical-coordinate representation of color #022DC3: hue angle of 226.63º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DC3 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 45 | 195 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.24 |
| HSL | 226.63º | 0.98% | 0.39% | - |
| HSV(B) | 226.63º | 0.99% | 0.76% | - |
| XYZ | 10.81 | 5.83 | 52.19 | - |
| YUV | 49.24 | 210.25 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 195 | 0.99 | 0.77 | 0 | 0.24 | 226.63 | 0.98 | 0.39 |
| Hex | 2 | 2D | C3 | 63 | 4D | 0 | 18 | E3 | 62 | 27 |
| Octal | 2 | 55 | 303 | 143 | 115 | 0 | 30 | 343 | 142 | 47 |
| Binary | 10 | 101101 | 11000011 | 1100011 | 1001101 | 0 | 11000 | 11100011 | 1100010 | 100111 |
Color Harmonies of #022DC3
Complementary color
Monochromatic Colors of #022DC3
Black with #022DC3
Text Example
Text Example
White with #022DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DC3; }
p { color: rgb(2,45,195); }
H1.HeaderClassName
{
color: #022DC3;
}
.AnyTagClassName
{
color: #022DC3;
}
</style>
background-color css
<style>
a { background-color: #022DC3; }
a { background-color: rgb(2,45,195); }
div.DivClassName
{
background-color: #022DC3;
}
.BgClassName
{
background-color: #022DC3;
}
</style>
border-color css
<style>
span { border-color: #022DC3; }
span { border-color: rgb(2,45,195); }
td.TdClassName
{
border-color: #022DC3;
}
.TagClassName
{
border-color: #022DC3;
}
</style>