Html Css Color HEX #151DDD Medium Blue

📋 copy color: '#151DDD'

red 21 ◦ green 29 ◦ blue 221

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

Shades of Medium Blue #151DDD

Tints of Medium Blue #151DDD

RGB

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

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

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

R = 7.75%
G = 10.7%
B = 81.55%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#151DDD (or 0x151DDD) is known color: Medium Blue. HEX triplet: 15, 1D and DD. RGB value is (21,29,221). Sum of RGB (Red+Green+Blue) = 21+29+221=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #151DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DDD is #EAE222. Grayscale: #2F2F2F. Windows color (decimal): -15393315 or 14490901. OLE color: 14490901.

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

Color convert

RGB 21 29 221 -
CMYK 0.90 0.87 0 0.13
HSL 237.6º 0.83% 0.47% -
HSV(B) 237.6º 0.9% 0.87% -
XYZ 13.8 6.26 68.89 -
YUV 48.5 225.35 108.39 -
System Red Green Blue C M Y K H S L
Decimal 21 29 221 0.90 0.87 0 0.13 237.6 0.83 0.47
Hex 15 1D DD 5A 57 0 D EE 53 2F
Octal 25 35 335 132 127 0 15 356 123 57
Binary 10101 11101 11011101 1011010 1010111 0 1101 11101110 1010011 101111

Color Harmonies of #151DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DDD

Black with #151DDD

Text Example


Text Example

White with #151DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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