Html Css Color HEX #0224BD International Klein Blue
📋 copy color: '#0224BD'red 2 ◦ green 36 ◦ blue 189
Shades of International Klein Blue #0224BD
Tints of International Klein Blue #0224BD
RGB
CMYK
RGB Variations
Color information
#0224BD (or 0x0224BD) is known color: International Klein Blue. HEX triplet: 02, 24 and BD. RGB value is (2,36,189). Sum of RGB (Red+Green+Blue) = 2+36+189=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 189 (74.22% from 255 or 83.26% from 227); Max value from RGB is 189 - color contains mainly: blue. Hex color #0224BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0224BD is #FDDB42. Grayscale: #2A2A2A. Windows color (decimal): -16636739 or 12395522. OLE color: 12395522.
HSL color Cylindrical-coordinate representation of color #0224BD: hue angle of 229.09º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224BD is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 36 | 189 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.26 |
| HSL | 229.09º | 0.98% | 0.37% | - |
| HSV(B) | 229.09º | 0.99% | 0.74% | - |
| XYZ | 9.84 | 4.95 | 48.58 | - |
| YUV | 43.28 | 210.24 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 189 | 0.99 | 0.81 | 0 | 0.26 | 229.09 | 0.98 | 0.37 |
| Hex | 2 | 24 | BD | 63 | 51 | 0 | 1A | E5 | 62 | 25 |
| Octal | 2 | 44 | 275 | 143 | 121 | 0 | 32 | 345 | 142 | 45 |
| Binary | 10 | 100100 | 10111101 | 1100011 | 1010001 | 0 | 11010 | 11100101 | 1100010 | 100101 |
Color Harmonies of #0224BD
Complementary color
Monochromatic Colors of #0224BD
Black with #0224BD
Text Example
Text Example
White with #0224BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224BD; }
p { color: rgb(2,36,189); }
H1.HeaderClassName
{
color: #0224BD;
}
.AnyTagClassName
{
color: #0224BD;
}
</style>
background-color css
<style>
a { background-color: #0224BD; }
a { background-color: rgb(2,36,189); }
div.DivClassName
{
background-color: #0224BD;
}
.BgClassName
{
background-color: #0224BD;
}
</style>
border-color css
<style>
span { border-color: #0224BD; }
span { border-color: rgb(2,36,189); }
td.TdClassName
{
border-color: #0224BD;
}
.TagClassName
{
border-color: #0224BD;
}
</style>