Html Css Color HEX #021DBB International Klein Blue

📋 copy color: '#021DBB'

red 2 ◦ green 29 ◦ blue 187

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

Shades of International Klein Blue #021DBB

Tints of International Klein Blue #021DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

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

R = 0.92%
G = 13.3%
B = 85.78%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#021DBB (or 0x021DBB) is known color: International Klein Blue. HEX triplet: 02, 1D and BB. RGB value is (2,29,187). Sum of RGB (Red+Green+Blue) = 2+29+187=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 187 (73.44% from 255 or 85.78% from 218); Max value from RGB is 187 - color contains mainly: blue. Hex color #021DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DBB is #FDE244. Grayscale: #262626. Windows color (decimal): -16638533 or 12262658. OLE color: 12262658.

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

Color convert

RGB 2 29 187 -
CMYK 0.99 0.84 0 0.27
HSL 231.24º 0.98% 0.37% -
HSV(B) 231.24º 0.99% 0.73% -
XYZ 9.43 4.48 47.38 -
YUV 38.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 2 29 187 0.99 0.84 0 0.27 231.24 0.98 0.37
Hex 2 1D BB 63 54 0 1B E7 62 25
Octal 2 35 273 143 124 0 33 347 142 45
Binary 10 11101 10111011 1100011 1010100 0 11011 11100111 1100010 100101

Color Harmonies of #021DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DBB

Black with #021DBB

Text Example


Text Example

White with #021DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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