Html Css Color HEX #156BFF Dodger Blue

📋 copy color: '#156BFF'

red 21 ◦ green 107 ◦ blue 255

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

Shades of Dodger Blue #156BFF

Tints of Dodger Blue #156BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 255 (100% from 255) = 66.58%

R = 5.48%
G = 27.94%
B = 66.58%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#156BFF (or 0x156BFF) is known color: Dodger Blue. HEX triplet: 15, 6B and FF. RGB value is (21,107,255). Sum of RGB (Red+Green+Blue) = 21+107+255=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #156BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156BFF is #EA9400. Grayscale: #616161. Windows color (decimal): -15373313 or 16739093. OLE color: 16739093.

HSL color Cylindrical-coordinate representation of color #156BFF: hue angle of 217.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #156BFF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 107 255 -
CMYK 0.92 0.58 0 0
HSL 217.95º 1% 0.54% -
HSV(B) 217.95º 0.92% 1% -
XYZ 23.62 17.89 96.82 -
YUV 98.16 216.51 72.97 -
System Red Green Blue C M Y K H S L
Decimal 21 107 255 0.92 0.58 0 0 217.95 1 0.54
Hex 15 6B FF 5C 3A 0 0 DA 64 36
Octal 25 153 377 134 72 0 0 332 144 66
Binary 10101 1101011 11111111 1011100 111010 0 0 11011010 1100100 110110

Color Harmonies of #156BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BFF

Black with #156BFF

Text Example


Text Example

White with #156BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,107,255); }

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

background-color css

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

 a { background-color: rgb(21,107,255); }

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

border-color css

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

 span { border-color: rgb(21,107,255); }

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