Html Css Color HEX #022FBB International Klein Blue

📋 copy color: '#022FBB'

red 2 ◦ green 47 ◦ blue 187

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

Shades of International Klein Blue #022FBB

Tints of International Klein Blue #022FBB

RGB

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

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

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

R = 0.85%
G = 19.92%
B = 79.24%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#022FBB (or 0x022FBB) is known color: International Klein Blue. HEX triplet: 02, 2F and BB. RGB value is (2,47,187). Sum of RGB (Red+Green+Blue) = 2+47+187=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #022FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FBB is #FDD044. Grayscale: #303030. Windows color (decimal): -16633925 or 12267266. OLE color: 12267266.

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

Color convert

RGB 2 47 187 -
CMYK 0.99 0.75 0 0.27
HSL 225.41º 0.98% 0.37% -
HSV(B) 225.41º 0.99% 0.73% -
XYZ 10.01 5.63 47.57 -
YUV 49.51 205.59 94.12 -
System Red Green Blue C M Y K H S L
Decimal 2 47 187 0.99 0.75 0 0.27 225.41 0.98 0.37
Hex 2 2F BB 63 4B 0 1B E1 62 25
Octal 2 57 273 143 113 0 33 341 142 45
Binary 10 101111 10111011 1100011 1001011 0 11011 11100001 1100010 100101

Color Harmonies of #022FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022FBB

Black with #022FBB

Text Example


Text Example

White with #022FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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