Html Css Color HEX #151AD7 Medium Blue

📋 copy color: '#151AD7'

red 21 ◦ green 26 ◦ blue 215

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

Shades of Medium Blue #151AD7

Tints of Medium Blue #151AD7

RGB

 RED value IS 21 (8.59% from 255) = 8.02%

 GREEN value IS 26 (10.55% from 255) = 9.92%

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

R = 8.02%
G = 9.92%
B = 82.06%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#151AD7 (or 0x151AD7) is known color: Medium Blue. HEX triplet: 15, 1A and D7. RGB value is (21,26,215). Sum of RGB (Red+Green+Blue) = 21+26+215=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 215 (84.38% from 255 or 82.06% from 262); Max value from RGB is 215 - color contains mainly: blue. Hex color #151AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151AD7 is #EAE528. Grayscale: #2D2D2D. Windows color (decimal): -15394089 or 14096917. OLE color: 14096917.

HSL color Cylindrical-coordinate representation of color #151AD7: hue angle of 238.45º 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 #151AD7 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 26 215 -
CMYK 0.90 0.88 0 0.16
HSL 238.45º 0.82% 0.46% -
HSV(B) 238.45º 0.9% 0.84% -
XYZ 12.94 5.8 64.73 -
YUV 46.05 223.34 110.13 -
System Red Green Blue C M Y K H S L
Decimal 21 26 215 0.90 0.88 0 0.16 238.45 0.82 0.46
Hex 15 1A D7 5A 58 0 10 EE 52 2E
Octal 25 32 327 132 130 0 20 356 122 56
Binary 10101 11010 11010111 1011010 1011000 0 10000 11101110 1010010 101110

Color Harmonies of #151AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AD7

Black with #151AD7

Text Example


Text Example

White with #151AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151AD7; }

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

 H1.HeaderClassName
 {
   color: #151AD7;
 }
 .AnyTagClassName
 {
   color: #151AD7;
 }
</style>

background-color css

<style>
 a { background-color: #151AD7; }

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

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

border-color css

<style>
 span { border-color: #151AD7; }

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

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