Html Css Color HEX #151DDB Medium Blue

📋 copy color: '#151DDB'

red 21 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #151DDB

Tints of Medium Blue #151DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 81.41%

R = 7.81%
G = 10.78%
B = 81.41%

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

#151DDB (or 0x151DDB) is known color: Medium Blue. HEX triplet: 15, 1D and DB. RGB value is (21,29,219). Sum of RGB (Red+Green+Blue) = 21+29+219=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #151DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DDB is #EAE224. Grayscale: #2F2F2F. Windows color (decimal): -15393317 or 14359829. OLE color: 14359829.

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

Color convert

RGB 21 29 219 -
CMYK 0.90 0.87 0 0.14
HSL 237.58º 0.83% 0.47% -
HSV(B) 237.58º 0.9% 0.86% -
XYZ 13.53 6.15 67.49 -
YUV 48.27 224.35 108.55 -
System Red Green Blue C M Y K H S L
Decimal 21 29 219 0.90 0.87 0 0.14 237.58 0.83 0.47
Hex 15 1D DB 5A 57 0 E EE 52 2F
Octal 25 35 333 132 127 0 16 356 122 57
Binary 10101 11101 11011011 1011010 1010111 0 1110 11101110 1010010 101111

Color Harmonies of #151DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DDB

Black with #151DDB

Text Example


Text Example

White with #151DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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