Html Css Color HEX #021FC0 International Klein Blue

📋 copy color: '#021FC0'

red 2 ◦ green 31 ◦ blue 192

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

Shades of International Klein Blue #021FC0

Tints of International Klein Blue #021FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

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

R = 0.89%
G = 13.78%
B = 85.33%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#021FC0 (or 0x021FC0) is known color: International Klein Blue. HEX triplet: 02, 1F and C0. RGB value is (2,31,192). Sum of RGB (Red+Green+Blue) = 2+31+192=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 192 (75.39% from 255 or 85.33% from 225); Max value from RGB is 192 - color contains mainly: blue. Hex color #021FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FC0 is #FDE03F. Grayscale: #282828. Windows color (decimal): -16638016 or 12590850. OLE color: 12590850.

HSL color Cylindrical-coordinate representation of color #021FC0: hue angle of 230.84º 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 #021FC0 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 31 192 -
CMYK 0.99 0.84 0 0.25
HSL 230.84º 0.98% 0.38% -
HSV(B) 230.84º 0.99% 0.75% -
XYZ 10.03 4.8 50.27 -
YUV 40.68 213.39 100.41 -
System Red Green Blue C M Y K H S L
Decimal 2 31 192 0.99 0.84 0 0.25 230.84 0.98 0.38
Hex 2 1F C0 63 54 0 19 E7 62 26
Octal 2 37 300 143 124 0 31 347 142 46
Binary 10 11111 11000000 1100011 1010100 0 11001 11100111 1100010 100110

Color Harmonies of #021FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021FC0

Black with #021FC0

Text Example


Text Example

White with #021FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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