Html Css Color HEX #022DBC International Klein Blue

📋 copy color: '#022DBC'

red 2 ◦ green 45 ◦ blue 188

#022DBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #022DBC

Tints of International Klein Blue #022DBC

RGB

 RED value IS 2 (1.17% from 255) = 0.85%

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 188 (73.83% from 255) = 80%

R = 0.85%
G = 19.15%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#022DBC (or 0x022DBC) is known color: International Klein Blue. HEX triplet: 02, 2D and BC. RGB value is (2,45,188). Sum of RGB (Red+Green+Blue) = 2+45+188=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #022DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DBC is #FDD243. Grayscale: #2F2F2F. Windows color (decimal): -16634436 or 12332290. OLE color: 12332290.

HSL color Cylindrical-coordinate representation of color #022DBC: hue angle of 226.13º 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 #022DBC is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 45 188 -
CMYK 0.99 0.76 0 0.26
HSL 226.13º 0.98% 0.37% -
HSV(B) 226.13º 0.99% 0.74% -
XYZ 10.04 5.52 48.11 -
YUV 48.45 206.75 94.87 -
System Red Green Blue C M Y K H S L
Decimal 2 45 188 0.99 0.76 0 0.26 226.13 0.98 0.37
Hex 2 2D BC 63 4C 0 1A E2 62 25
Octal 2 55 274 143 114 0 32 342 142 45
Binary 10 101101 10111100 1100011 1001100 0 11010 11100010 1100010 100101

Color Harmonies of #022DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DBC

Black with #022DBC

Text Example


Text Example

White with #022DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022DBC; }

 p { color: rgb(2,45,188); }

 H1.HeaderClassName
 {
   color: #022DBC;
 }
 .AnyTagClassName
 {
   color: #022DBC;
 }
</style>

background-color css

<style>
 a { background-color: #022DBC; }

 a { background-color: rgb(2,45,188); }

 div.DivClassName
 {
   background-color: #022DBC;
 }
 .BgClassName
 {
   background-color: #022DBC;
 }
</style>

border-color css

<style>
 span { border-color: #022DBC; }

 span { border-color: rgb(2,45,188); }

 td.TdClassName
 {
   border-color: #022DBC;
 }
 .TagClassName
 {
   border-color: #022DBC;
 }
</style>