Html Css Color HEX #220AB8 Medium Blue

📋 copy color: '#220AB8'

red 34 ◦ green 10 ◦ blue 184

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

Shades of Medium Blue #220AB8

Tints of Medium Blue #220AB8

RGB

 RED value IS 34 (13.67% from 255) = 14.91%

 GREEN value IS 10 (4.3% from 255) = 4.39%

 BLUE value IS 184 (72.27% from 255) = 80.7%

R = 14.91%
G = 4.39%
B = 80.7%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#220AB8 (or 0x220AB8) is known color: Medium Blue. HEX triplet: 22, 0A and B8. RGB value is (34,10,184). Sum of RGB (Red+Green+Blue) = 34+10+184=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 184 (72.27% from 255 or 80.70% from 228); Max value from RGB is 184 - color contains mainly: blue. Hex color #220AB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220AB8 is #DDF547. Grayscale: #242424. Windows color (decimal): -14546248 or 12061218. OLE color: 12061218.

HSL color Cylindrical-coordinate representation of color #220AB8: hue angle of 248.28º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220AB8 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 34 10 184 -
CMYK 0.82 0.95 0 0.28
HSL 248.28º 0.9% 0.38% -
HSV(B) 248.28º 0.95% 0.72% -
XYZ 9.42 4.02 45.63 -
YUV 37.01 210.95 125.85 -
System Red Green Blue C M Y K H S L
Decimal 34 10 184 0.82 0.95 0 0.28 248.28 0.9 0.38
Hex 22 A B8 52 5F 0 1C F8 5A 26
Octal 42 12 270 122 137 0 34 370 132 46
Binary 100010 1010 10111000 1010010 1011111 0 11100 11111000 1011010 100110

Color Harmonies of #220AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220AB8

Black with #220AB8

Text Example


Text Example

White with #220AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220AB8; }

 p { color: rgb(34,10,184); }

 H1.HeaderClassName
 {
   color: #220AB8;
 }
 .AnyTagClassName
 {
   color: #220AB8;
 }
</style>

background-color css

<style>
 a { background-color: #220AB8; }

 a { background-color: rgb(34,10,184); }

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

border-color css

<style>
 span { border-color: #220AB8; }

 span { border-color: rgb(34,10,184); }

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