Html Css Color HEX #156CFF Dodger Blue

📋 copy color: '#156CFF'

red 21 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #156CFF

Tints of Dodger Blue #156CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

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

R = 5.47%
G = 28.13%
B = 66.41%

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

#156CFF (or 0x156CFF) is known color: Dodger Blue. HEX triplet: 15, 6C and FF. RGB value is (21,108,255). Sum of RGB (Red+Green+Blue) = 21+108+255=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #156CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CFF is #EA9300. Grayscale: #626262. Windows color (decimal): -15373057 or 16739349. OLE color: 16739349.

HSL color Cylindrical-coordinate representation of color #156CFF: hue angle of 217.69º 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 #156CFF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 108 255 -
CMYK 0.92 0.58 0 0
HSL 217.69º 1% 0.54% -
HSV(B) 217.69º 0.92% 1% -
XYZ 23.72 18.1 96.85 -
YUV 98.75 216.18 72.55 -
System Red Green Blue C M Y K H S L
Decimal 21 108 255 0.92 0.58 0 0 217.69 1 0.54
Hex 15 6C FF 5C 3A 0 0 DA 64 36
Octal 25 154 377 134 72 0 0 332 144 66
Binary 10101 1101100 11111111 1011100 111010 0 0 11011010 1100100 110110

Color Harmonies of #156CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CFF

Black with #156CFF

Text Example


Text Example

White with #156CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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