Html Css Color HEX #2619DA Medium Blue

📋 copy color: '#2619DA'

red 38 ◦ green 25 ◦ blue 218

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

Shades of Medium Blue #2619DA

Tints of Medium Blue #2619DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.58%

R = 13.52%
G = 8.9%
B = 77.58%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2619DA (or 0x2619DA) is known color: Medium Blue. HEX triplet: 26, 19 and DA. RGB value is (38,25,218). Sum of RGB (Red+Green+Blue) = 38+25+218=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #2619DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619DA is #D9E625. Grayscale: #323232. Windows color (decimal): -14280230 or 14293286. OLE color: 14293286.

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

Color convert

RGB 38 25 218 -
CMYK 0.83 0.89 0 0.15
HSL 244.04º 0.79% 0.48% -
HSV(B) 244.04º 0.89% 0.85% -
XYZ 13.8 6.17 66.79 -
YUV 50.89 222.31 118.81 -
System Red Green Blue C M Y K H S L
Decimal 38 25 218 0.83 0.89 0 0.15 244.04 0.79 0.48
Hex 26 19 DA 53 59 0 F F4 4F 30
Octal 46 31 332 123 131 0 17 364 117 60
Binary 100110 11001 11011010 1010011 1011001 0 1111 11110100 1001111 110000

Color Harmonies of #2619DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2619DA

Black with #2619DA

Text Example


Text Example

White with #2619DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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