Html Css Color HEX #2119CF Medium Blue

📋 copy color: '#2119CF'

red 33 ◦ green 25 ◦ blue 207

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

Shades of Medium Blue #2119CF

Tints of Medium Blue #2119CF

RGB

 RED value IS 33 (13.28% from 255) = 12.45%

 GREEN value IS 25 (10.16% from 255) = 9.43%

 BLUE value IS 207 (81.25% from 255) = 78.11%

R = 12.45%
G = 9.43%
B = 78.11%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2119CF (or 0x2119CF) is known color: Medium Blue. HEX triplet: 21, 19 and CF. RGB value is (33,25,207). Sum of RGB (Red+Green+Blue) = 33+25+207=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #2119CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2119CF is #DEE630. Grayscale: #2F2F2F. Windows color (decimal): -14607921 or 13572385. OLE color: 13572385.

HSL color Cylindrical-coordinate representation of color #2119CF: hue angle of 242.64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2119CF is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 25 207 -
CMYK 0.84 0.88 0 0.19
HSL 242.64º 0.78% 0.45% -
HSV(B) 242.64º 0.88% 0.81% -
XYZ 12.24 5.52 59.45 -
YUV 48.14 217.65 117.2 -
System Red Green Blue C M Y K H S L
Decimal 33 25 207 0.84 0.88 0 0.19 242.64 0.78 0.45
Hex 21 19 CF 54 58 0 13 F3 4E 2D
Octal 41 31 317 124 130 0 23 363 116 55
Binary 100001 11001 11001111 1010100 1011000 0 10011 11110011 1001110 101101

Color Harmonies of #2119CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2119CF

Black with #2119CF

Text Example


Text Example

White with #2119CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2119CF; }

 p { color: rgb(33,25,207); }

 H1.HeaderClassName
 {
   color: #2119CF;
 }
 .AnyTagClassName
 {
   color: #2119CF;
 }
</style>

background-color css

<style>
 a { background-color: #2119CF; }

 a { background-color: rgb(33,25,207); }

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

border-color css

<style>
 span { border-color: #2119CF; }

 span { border-color: rgb(33,25,207); }

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