Html Css Color HEX #2615DD Medium Blue

📋 copy color: '#2615DD'

red 38 ◦ green 21 ◦ blue 221

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

Shades of Medium Blue #2615DD

Tints of Medium Blue #2615DD

RGB

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

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

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

R = 13.57%
G = 7.5%
B = 78.93%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2615DD (or 0x2615DD) is known color: Medium Blue. HEX triplet: 26, 15 and DD. RGB value is (38,21,221). Sum of RGB (Red+Green+Blue) = 38+21+221=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #2615DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2615DD is #D9EA22. Grayscale: #303030. Windows color (decimal): -14281251 or 14488870. OLE color: 14488870.

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

Color convert

RGB 38 21 221 -
CMYK 0.83 0.90 0 0.13
HSL 245.1º 0.83% 0.47% -
HSV(B) 245.1º 0.9% 0.87% -
XYZ 14.12 6.17 68.85 -
YUV 48.88 225.13 120.24 -
System Red Green Blue C M Y K H S L
Decimal 38 21 221 0.83 0.90 0 0.13 245.1 0.83 0.47
Hex 26 15 DD 53 5A 0 D F5 53 2F
Octal 46 25 335 123 132 0 15 365 123 57
Binary 100110 10101 11011101 1010011 1011010 0 1101 11110101 1010011 101111

Color Harmonies of #2615DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2615DD

Black with #2615DD

Text Example


Text Example

White with #2615DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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