Html Css Color HEX #156EEE Dodger Blue

📋 copy color: '#156EEE'

red 21 ◦ green 110 ◦ blue 238

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

Shades of Dodger Blue #156EEE

Tints of Dodger Blue #156EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 5.69%
G = 29.81%
B = 64.5%

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

#156EEE (or 0x156EEE) is known color: Dodger Blue. HEX triplet: 15, 6E and EE. RGB value is (21,110,238). Sum of RGB (Red+Green+Blue) = 21+110+238=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #156EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EEE is #EA9111. Grayscale: #616161. Windows color (decimal): -15372562 or 15625749. OLE color: 15625749.

HSL color Cylindrical-coordinate representation of color #156EEE: hue angle of 215.39º 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 #156EEE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 110 238 -
CMYK 0.91 0.54 0 0.07
HSL 215.39º 0.86% 0.51% -
HSV(B) 215.39º 0.91% 0.93% -
XYZ 21.32 17.48 83.14 -
YUV 97.98 207.01 73.09 -
System Red Green Blue C M Y K H S L
Decimal 21 110 238 0.91 0.54 0 0.07 215.39 0.86 0.51
Hex 15 6E EE 5B 36 0 7 D7 56 33
Octal 25 156 356 133 66 0 7 327 126 63
Binary 10101 1101110 11101110 1011011 110110 0 111 11010111 1010110 110011

Color Harmonies of #156EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EEE

Black with #156EEE

Text Example


Text Example

White with #156EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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