Html Css Color HEX #2615D7 Medium Blue

📋 copy color: '#2615D7'

red 38 ◦ green 21 ◦ blue 215

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

Shades of Medium Blue #2615D7

Tints of Medium Blue #2615D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 78.47%

R = 13.87%
G = 7.66%
B = 78.47%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2615D7 (or 0x2615D7) is known color: Medium Blue. HEX triplet: 26, 15 and D7. RGB value is (38,21,215). Sum of RGB (Red+Green+Blue) = 38+21+215=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 215 (84.38% from 255 or 78.47% from 274); Max value from RGB is 215 - color contains mainly: blue. Hex color #2615D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2615D7 is #D9EA28. Grayscale: #2F2F2F. Windows color (decimal): -14281257 or 14095654. OLE color: 14095654.

HSL color Cylindrical-coordinate representation of color #2615D7: hue angle of 245.26º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2615D7 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 21 215 -
CMYK 0.82 0.90 0 0.16
HSL 245.26º 0.82% 0.46% -
HSV(B) 245.26º 0.9% 0.84% -
XYZ 13.33 5.85 64.72 -
YUV 48.2 222.13 120.73 -
System Red Green Blue C M Y K H S L
Decimal 38 21 215 0.82 0.90 0 0.16 245.26 0.82 0.46
Hex 26 15 D7 52 5A 0 10 F5 52 2E
Octal 46 25 327 122 132 0 20 365 122 56
Binary 100110 10101 11010111 1010010 1011010 0 10000 11110101 1010010 101110

Color Harmonies of #2615D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2615D7

Black with #2615D7

Text Example


Text Example

White with #2615D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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