Html Css Color HEX #151DDC Medium Blue

📋 copy color: '#151DDC'

red 21 ◦ green 29 ◦ blue 220

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

Shades of Medium Blue #151DDC

Tints of Medium Blue #151DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

 BLUE value IS 220 (86.33% from 255) = 81.48%

R = 7.78%
G = 10.74%
B = 81.48%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#151DDC (or 0x151DDC) is known color: Medium Blue. HEX triplet: 15, 1D and DC. RGB value is (21,29,220). Sum of RGB (Red+Green+Blue) = 21+29+220=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #151DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DDC is #EAE223. Grayscale: #2F2F2F. Windows color (decimal): -15393316 or 14425365. OLE color: 14425365.

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

Color convert

RGB 21 29 220 -
CMYK 0.90 0.87 0 0.14
HSL 237.59º 0.83% 0.47% -
HSV(B) 237.59º 0.9% 0.86% -
XYZ 13.67 6.21 68.19 -
YUV 48.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 21 29 220 0.90 0.87 0 0.14 237.59 0.83 0.47
Hex 15 1D DC 5A 57 0 E EE 53 2F
Octal 25 35 334 132 127 0 16 356 123 57
Binary 10101 11101 11011100 1011010 1010111 0 1110 11101110 1010011 101111

Color Harmonies of #151DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DDC

Black with #151DDC

Text Example


Text Example

White with #151DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,29,220); }

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

background-color css

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

 a { background-color: rgb(21,29,220); }

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

border-color css

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

 span { border-color: rgb(21,29,220); }

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