Html Css Color HEX #2615DA Medium Blue

📋 copy color: '#2615DA'

red 38 ◦ green 21 ◦ blue 218

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

Shades of Medium Blue #2615DA

Tints of Medium Blue #2615DA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 13.72%
G = 7.58%
B = 78.7%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2615DA (or 0x2615DA) is known color: Medium Blue. HEX triplet: 26, 15 and DA. RGB value is (38,21,218). Sum of RGB (Red+Green+Blue) = 38+21+218=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #2615DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2615DA is #D9EA25. Grayscale: #2F2F2F. Windows color (decimal): -14281254 or 14292262. OLE color: 14292262.

HSL color Cylindrical-coordinate representation of color #2615DA: hue angle of 245.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2615DA is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 21 218 -
CMYK 0.83 0.90 0 0.15
HSL 245.18º 0.82% 0.47% -
HSV(B) 245.18º 0.9% 0.85% -
XYZ 13.72 6.01 66.77 -
YUV 48.54 223.63 120.48 -
System Red Green Blue C M Y K H S L
Decimal 38 21 218 0.83 0.90 0 0.15 245.18 0.82 0.47
Hex 26 15 DA 53 5A 0 F F5 52 2F
Octal 46 25 332 123 132 0 17 365 122 57
Binary 100110 10101 11011010 1010011 1011010 0 1111 11110101 1010010 101111

Color Harmonies of #2615DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2615DA

Black with #2615DA

Text Example


Text Example

White with #2615DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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