Html Css Color HEX #0224BF International Klein Blue

📋 copy color: '#0224BF'

red 2 ◦ green 36 ◦ blue 191

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

Shades of International Klein Blue #0224BF

Tints of International Klein Blue #0224BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

 BLUE value IS 191 (75% from 255) = 83.41%

R = 0.87%
G = 15.72%
B = 83.41%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0224BF (or 0x0224BF) is known color: International Klein Blue. HEX triplet: 02, 24 and BF. RGB value is (2,36,191). Sum of RGB (Red+Green+Blue) = 2+36+191=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 191 (75% from 255 or 83.41% from 229); Max value from RGB is 191 - color contains mainly: blue. Hex color #0224BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0224BF is #FDDB40. Grayscale: #2A2A2A. Windows color (decimal): -16636737 or 12526594. OLE color: 12526594.

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

Color convert

RGB 2 36 191 -
CMYK 0.99 0.81 0 0.25
HSL 229.21º 0.98% 0.38% -
HSV(B) 229.21º 0.99% 0.75% -
XYZ 10.06 5.04 49.73 -
YUV 43.5 211.24 98.4 -
System Red Green Blue C M Y K H S L
Decimal 2 36 191 0.99 0.81 0 0.25 229.21 0.98 0.38
Hex 2 24 BF 63 51 0 19 E5 62 26
Octal 2 44 277 143 121 0 31 345 142 46
Binary 10 100100 10111111 1100011 1010001 0 11001 11100101 1100010 100110

Color Harmonies of #0224BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0224BF

Black with #0224BF

Text Example


Text Example

White with #0224BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0224BF; }

 p { color: rgb(2,36,191); }

 H1.HeaderClassName
 {
   color: #0224BF;
 }
 .AnyTagClassName
 {
   color: #0224BF;
 }
</style>

background-color css

<style>
 a { background-color: #0224BF; }

 a { background-color: rgb(2,36,191); }

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

border-color css

<style>
 span { border-color: #0224BF; }

 span { border-color: rgb(2,36,191); }

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