Html Css Color HEX #022FC0 International Klein Blue

📋 copy color: '#022FC0'

red 2 ◦ green 47 ◦ blue 192

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

Shades of International Klein Blue #022FC0

Tints of International Klein Blue #022FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 192 (75.39% from 255) = 79.67%

R = 0.83%
G = 19.5%
B = 79.67%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#022FC0 (or 0x022FC0) is known color: International Klein Blue. HEX triplet: 02, 2F and C0. RGB value is (2,47,192). Sum of RGB (Red+Green+Blue) = 2+47+192=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #022FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FC0 is #FDD03F. Grayscale: #313131. Windows color (decimal): -16633920 or 12594946. OLE color: 12594946.

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

Color convert

RGB 2 47 192 -
CMYK 0.99 0.76 0 0.25
HSL 225.79º 0.98% 0.38% -
HSV(B) 225.79º 0.99% 0.75% -
XYZ 10.56 5.85 50.44 -
YUV 50.08 208.09 93.71 -
System Red Green Blue C M Y K H S L
Decimal 2 47 192 0.99 0.76 0 0.25 225.79 0.98 0.38
Hex 2 2F C0 63 4C 0 19 E2 62 26
Octal 2 57 300 143 114 0 31 342 142 46
Binary 10 101111 11000000 1100011 1001100 0 11001 11100010 1100010 100110

Color Harmonies of #022FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022FC0

Black with #022FC0

Text Example


Text Example

White with #022FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,47,192); }

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

background-color css

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

 a { background-color: rgb(2,47,192); }

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

border-color css

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

 span { border-color: rgb(2,47,192); }

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