Html Css Color HEX #156EED Dodger Blue

📋 copy color: '#156EED'

red 21 ◦ green 110 ◦ blue 237

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

Shades of Dodger Blue #156EED

Tints of Dodger Blue #156EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 5.71%
G = 29.89%
B = 64.4%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#156EED (or 0x156EED) is known color: Dodger Blue. HEX triplet: 15, 6E and ED. RGB value is (21,110,237). Sum of RGB (Red+Green+Blue) = 21+110+237=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #156EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EED is #EA9112. Grayscale: #616161. Windows color (decimal): -15372563 or 15560213. OLE color: 15560213.

HSL color Cylindrical-coordinate representation of color #156EED: hue angle of 215.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156EED is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 110 237 -
CMYK 0.91 0.54 0 0.07
HSL 215.28º 0.86% 0.51% -
HSV(B) 215.28º 0.91% 0.93% -
XYZ 21.17 17.43 82.37 -
YUV 97.87 206.51 73.17 -
System Red Green Blue C M Y K H S L
Decimal 21 110 237 0.91 0.54 0 0.07 215.28 0.86 0.51
Hex 15 6E ED 5B 36 0 7 D7 56 33
Octal 25 156 355 133 66 0 7 327 126 63
Binary 10101 1101110 11101101 1011011 110110 0 111 11010111 1010110 110011

Color Harmonies of #156EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EED

Black with #156EED

Text Example


Text Example

White with #156EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156EED; }

 p { color: rgb(21,110,237); }

 H1.HeaderClassName
 {
   color: #156EED;
 }
 .AnyTagClassName
 {
   color: #156EED;
 }
</style>

background-color css

<style>
 a { background-color: #156EED; }

 a { background-color: rgb(21,110,237); }

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

border-color css

<style>
 span { border-color: #156EED; }

 span { border-color: rgb(21,110,237); }

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