Html Css Color HEX #021FBB International Klein Blue

📋 copy color: '#021FBB'

red 2 ◦ green 31 ◦ blue 187

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

Shades of International Klein Blue #021FBB

Tints of International Klein Blue #021FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 85%

R = 0.91%
G = 14.09%
B = 85%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#021FBB (or 0x021FBB) is known color: International Klein Blue. HEX triplet: 02, 1F and BB. RGB value is (2,31,187). Sum of RGB (Red+Green+Blue) = 2+31+187=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 187 (73.44% from 255 or 85% from 220); Max value from RGB is 187 - color contains mainly: blue. Hex color #021FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021FBB is #FDE044. Grayscale: #272727. Windows color (decimal): -16638021 or 12263170. OLE color: 12263170.

HSL color Cylindrical-coordinate representation of color #021FBB: hue angle of 230.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021FBB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 31 187 -
CMYK 0.99 0.83 0 0.27
HSL 230.59º 0.98% 0.37% -
HSV(B) 230.59º 0.99% 0.73% -
XYZ 9.48 4.58 47.4 -
YUV 40.11 210.89 100.82 -
System Red Green Blue C M Y K H S L
Decimal 2 31 187 0.99 0.83 0 0.27 230.59 0.98 0.37
Hex 2 1F BB 63 53 0 1B E7 62 25
Octal 2 37 273 143 123 0 33 347 142 45
Binary 10 11111 10111011 1100011 1010011 0 11011 11100111 1100010 100101

Color Harmonies of #021FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021FBB

Black with #021FBB

Text Example


Text Example

White with #021FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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