Html Css Color HEX #156DFB Dodger Blue

📋 copy color: '#156DFB'

red 21 ◦ green 109 ◦ blue 251

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

Shades of Dodger Blue #156DFB

Tints of Dodger Blue #156DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 251 (98.44% from 255) = 65.88%

R = 5.51%
G = 28.61%
B = 65.88%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#156DFB (or 0x156DFB) is known color: Dodger Blue. HEX triplet: 15, 6D and FB. RGB value is (21,109,251). Sum of RGB (Red+Green+Blue) = 21+109+251=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #156DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156DFB is #EA9204. Grayscale: #626262. Windows color (decimal): -15372805 or 16477461. OLE color: 16477461.

HSL color Cylindrical-coordinate representation of color #156DFB: hue angle of 217.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #156DFB is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 109 251 -
CMYK 0.92 0.57 0 0.02
HSL 217.04º 0.97% 0.53% -
HSV(B) 217.04º 0.92% 0.98% -
XYZ 23.19 18.06 93.53 -
YUV 98.88 213.85 72.45 -
System Red Green Blue C M Y K H S L
Decimal 21 109 251 0.92 0.57 0 0.02 217.04 0.97 0.53
Hex 15 6D FB 5C 39 0 2 D9 61 35
Octal 25 155 373 134 71 0 2 331 141 65
Binary 10101 1101101 11111011 1011100 111001 0 10 11011001 1100001 110101

Color Harmonies of #156DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DFB

Black with #156DFB

Text Example


Text Example

White with #156DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,109,251); }

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

background-color css

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

 a { background-color: rgb(21,109,251); }

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

border-color css

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

 span { border-color: rgb(21,109,251); }

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