Html Css Color HEX #121EDF Medium Blue

📋 copy color: '#121EDF'

red 18 ◦ green 30 ◦ blue 223

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

Shades of Medium Blue #121EDF

Tints of Medium Blue #121EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 6.64%
G = 11.07%
B = 82.29%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#121EDF (or 0x121EDF) is known color: Medium Blue. HEX triplet: 12, 1E and DF. RGB value is (18,30,223). Sum of RGB (Red+Green+Blue) = 18+30+223=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #121EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121EDF is #EDE120. Grayscale: #2F2F2F. Windows color (decimal): -15589665 or 14622226. OLE color: 14622226.

HSL color Cylindrical-coordinate representation of color #121EDF: hue angle of 236.49º 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 #121EDF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 30 223 -
CMYK 0.92 0.87 0 0.13
HSL 236.49º 0.85% 0.47% -
HSV(B) 236.49º 0.92% 0.87% -
XYZ 14.03 6.38 70.3 -
YUV 48.41 226.52 106.31 -
System Red Green Blue C M Y K H S L
Decimal 18 30 223 0.92 0.87 0 0.13 236.49 0.85 0.47
Hex 12 1E DF 5C 57 0 D EC 55 2F
Octal 22 36 337 134 127 0 15 354 125 57
Binary 10010 11110 11011111 1011100 1010111 0 1101 11101100 1010101 101111

Color Harmonies of #121EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EDF

Black with #121EDF

Text Example


Text Example

White with #121EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121EDF; }

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

 H1.HeaderClassName
 {
   color: #121EDF;
 }
 .AnyTagClassName
 {
   color: #121EDF;
 }
</style>

background-color css

<style>
 a { background-color: #121EDF; }

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

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

border-color css

<style>
 span { border-color: #121EDF; }

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

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