Html Css Color HEX #156CFC Dodger Blue

📋 copy color: '#156CFC'

red 21 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #156CFC

Tints of Dodger Blue #156CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 5.51%
G = 28.35%
B = 66.14%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#156CFC (or 0x156CFC) is known color: Dodger Blue. HEX triplet: 15, 6C and FC. RGB value is (21,108,252). Sum of RGB (Red+Green+Blue) = 21+108+252=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #156CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CFC is #EA9303. Grayscale: #616161. Windows color (decimal): -15373060 or 16542741. OLE color: 16542741.

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

Color convert

RGB 21 108 252 -
CMYK 0.92 0.57 0 0.01
HSL 217.4º 0.97% 0.54% -
HSV(B) 217.4º 0.92% 0.99% -
XYZ 23.24 17.91 94.33 -
YUV 98.4 214.68 72.79 -
System Red Green Blue C M Y K H S L
Decimal 21 108 252 0.92 0.57 0 0.01 217.4 0.97 0.54
Hex 15 6C FC 5C 39 0 1 D9 61 36
Octal 25 154 374 134 71 0 1 331 141 66
Binary 10101 1101100 11111100 1011100 111001 0 1 11011001 1100001 110110

Color Harmonies of #156CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CFC

Black with #156CFC

Text Example


Text Example

White with #156CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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