Html Css Color HEX #151DD4 Medium Blue

📋 copy color: '#151DD4'

red 21 ◦ green 29 ◦ blue 212

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

Shades of Medium Blue #151DD4

Tints of Medium Blue #151DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 80.92%

R = 8.02%
G = 11.07%
B = 80.92%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#151DD4 (or 0x151DD4) is known color: Medium Blue. HEX triplet: 15, 1D and D4. RGB value is (21,29,212). Sum of RGB (Red+Green+Blue) = 21+29+212=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 212 (83.20% from 255 or 80.92% from 262); Max value from RGB is 212 - color contains mainly: blue. Hex color #151DD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DD4 is #EAE22B. Grayscale: #2E2E2E. Windows color (decimal): -15393324 or 13901077. OLE color: 13901077.

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

Color convert

RGB 21 29 212 -
CMYK 0.90 0.86 0 0.17
HSL 237.49º 0.82% 0.46% -
HSV(B) 237.49º 0.9% 0.83% -
XYZ 12.63 5.79 62.74 -
YUV 47.47 220.85 109.12 -
System Red Green Blue C M Y K H S L
Decimal 21 29 212 0.90 0.86 0 0.17 237.49 0.82 0.46
Hex 15 1D D4 5A 56 0 11 ED 52 2E
Octal 25 35 324 132 126 0 21 355 122 56
Binary 10101 11101 11010100 1011010 1010110 0 10001 11101101 1010010 101110

Color Harmonies of #151DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DD4

Black with #151DD4

Text Example


Text Example

White with #151DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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