Html Css Color HEX #022DC1 International Klein Blue

📋 copy color: '#022DC1'

red 2 ◦ green 45 ◦ blue 193

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

Shades of International Klein Blue #022DC1

Tints of International Klein Blue #022DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 80.42%

R = 0.83%
G = 18.75%
B = 80.42%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#022DC1 (or 0x022DC1) is known color: International Klein Blue. HEX triplet: 02, 2D and C1. RGB value is (2,45,193). Sum of RGB (Red+Green+Blue) = 2+45+193=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 193 (75.78% from 255 or 80.42% from 240); Max value from RGB is 193 - color contains mainly: blue. Hex color #022DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DC1 is #FDD23E. Grayscale: #303030. Windows color (decimal): -16634431 or 12659970. OLE color: 12659970.

HSL color Cylindrical-coordinate representation of color #022DC1: hue angle of 226.49º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DC1 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 45 193 -
CMYK 0.99 0.77 0 0.24
HSL 226.49º 0.98% 0.38% -
HSV(B) 226.49º 0.99% 0.76% -
XYZ 10.59 5.74 51 -
YUV 49.02 209.25 94.47 -
System Red Green Blue C M Y K H S L
Decimal 2 45 193 0.99 0.77 0 0.24 226.49 0.98 0.38
Hex 2 2D C1 63 4D 0 18 E2 62 26
Octal 2 55 301 143 115 0 30 342 142 46
Binary 10 101101 11000001 1100011 1001101 0 11000 11100010 1100010 100110

Color Harmonies of #022DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DC1

Black with #022DC1

Text Example


Text Example

White with #022DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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