Html Css Color HEX #022DBF International Klein Blue

📋 copy color: '#022DBF'

red 2 ◦ green 45 ◦ blue 191

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

Shades of International Klein Blue #022DBF

Tints of International Klein Blue #022DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

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

R = 0.84%
G = 18.91%
B = 80.25%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#022DBF (or 0x022DBF) is known color: International Klein Blue. HEX triplet: 02, 2D and BF. RGB value is (2,45,191). Sum of RGB (Red+Green+Blue) = 2+45+191=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #022DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DBF is #FDD240. Grayscale: #303030. Windows color (decimal): -16634433 or 12528898. OLE color: 12528898.

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

Color convert

RGB 2 45 191 -
CMYK 0.99 0.76 0 0.25
HSL 226.35º 0.98% 0.38% -
HSV(B) 226.35º 0.99% 0.75% -
XYZ 10.37 5.65 49.83 -
YUV 48.79 208.25 94.63 -
System Red Green Blue C M Y K H S L
Decimal 2 45 191 0.99 0.76 0 0.25 226.35 0.98 0.38
Hex 2 2D BF 63 4C 0 19 E2 62 26
Octal 2 55 277 143 114 0 31 342 142 46
Binary 10 101101 10111111 1100011 1001100 0 11001 11100010 1100010 100110

Color Harmonies of #022DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DBF

Black with #022DBF

Text Example


Text Example

White with #022DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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