Html Css Color HEX #2619DD Medium Blue

📋 copy color: '#2619DD'

red 38 ◦ green 25 ◦ blue 221

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

Shades of Medium Blue #2619DD

Tints of Medium Blue #2619DD

RGB

 RED value IS 38 (15.23% from 255) = 13.38%

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

 BLUE value IS 221 (86.72% from 255) = 77.82%

R = 13.38%
G = 8.8%
B = 77.82%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2619DD (or 0x2619DD) is known color: Medium Blue. HEX triplet: 26, 19 and DD. RGB value is (38,25,221). Sum of RGB (Red+Green+Blue) = 38+25+221=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #2619DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619DD is #D9E622. Grayscale: #323232. Windows color (decimal): -14280227 or 14489894. OLE color: 14489894.

HSL color Cylindrical-coordinate representation of color #2619DD: hue angle of 243.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2619DD is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 25 221 -
CMYK 0.83 0.89 0 0.13
HSL 243.98º 0.8% 0.48% -
HSV(B) 243.98º 0.89% 0.87% -
XYZ 14.2 6.33 68.88 -
YUV 51.23 223.81 118.56 -
System Red Green Blue C M Y K H S L
Decimal 38 25 221 0.83 0.89 0 0.13 243.98 0.8 0.48
Hex 26 19 DD 53 59 0 D F4 50 30
Octal 46 31 335 123 131 0 15 364 120 60
Binary 100110 11001 11011101 1010011 1011001 0 1101 11110100 1010000 110000

Color Harmonies of #2619DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2619DD

Black with #2619DD

Text Example


Text Example

White with #2619DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2619DD; }

 p { color: rgb(38,25,221); }

 H1.HeaderClassName
 {
   color: #2619DD;
 }
 .AnyTagClassName
 {
   color: #2619DD;
 }
</style>

background-color css

<style>
 a { background-color: #2619DD; }

 a { background-color: rgb(38,25,221); }

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

border-color css

<style>
 span { border-color: #2619DD; }

 span { border-color: rgb(38,25,221); }

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