Html Css Color HEX #1221DF Medium Blue

📋 copy color: '#1221DF'

red 18 ◦ green 33 ◦ blue 223

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

Shades of Medium Blue #1221DF

Tints of Medium Blue #1221DF

RGB

 RED value IS 18 (7.42% from 255) = 6.57%

 GREEN value IS 33 (13.28% from 255) = 12.04%

 BLUE value IS 223 (87.5% from 255) = 81.39%

R = 6.57%
G = 12.04%
B = 81.39%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1221DF (or 0x1221DF) is known color: Medium Blue. HEX triplet: 12, 21 and DF. RGB value is (18,33,223). Sum of RGB (Red+Green+Blue) = 18+33+223=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #1221DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1221DF is #EDDE20. Grayscale: #313131. Windows color (decimal): -15588897 or 14622994. OLE color: 14622994.

HSL color Cylindrical-coordinate representation of color #1221DF: hue angle of 235.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1221DF is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 33 223 -
CMYK 0.92 0.85 0 0.13
HSL 235.61º 0.85% 0.47% -
HSV(B) 235.61º 0.92% 0.87% -
XYZ 14.11 6.54 70.33 -
YUV 50.18 225.53 105.05 -
System Red Green Blue C M Y K H S L
Decimal 18 33 223 0.92 0.85 0 0.13 235.61 0.85 0.47
Hex 12 21 DF 5C 55 0 D EC 55 2F
Octal 22 41 337 134 125 0 15 354 125 57
Binary 10010 100001 11011111 1011100 1010101 0 1101 11101100 1010101 101111

Color Harmonies of #1221DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1221DF

Black with #1221DF

Text Example


Text Example

White with #1221DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1221DF; }

 p { color: rgb(18,33,223); }

 H1.HeaderClassName
 {
   color: #1221DF;
 }
 .AnyTagClassName
 {
   color: #1221DF;
 }
</style>

background-color css

<style>
 a { background-color: #1221DF; }

 a { background-color: rgb(18,33,223); }

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

border-color css

<style>
 span { border-color: #1221DF; }

 span { border-color: rgb(18,33,223); }

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