Html Css Color HEX #156CFD Dodger Blue

📋 copy color: '#156CFD'

red 21 ◦ green 108 ◦ blue 253

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

Shades of Dodger Blue #156CFD

Tints of Dodger Blue #156CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 5.5%
G = 28.27%
B = 66.23%

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

#156CFD (or 0x156CFD) is known color: Dodger Blue. HEX triplet: 15, 6C and FD. RGB value is (21,108,253). Sum of RGB (Red+Green+Blue) = 21+108+253=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #156CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CFD is #EA9302. Grayscale: #616161. Windows color (decimal): -15373059 or 16608277. OLE color: 16608277.

HSL color Cylindrical-coordinate representation of color #156CFD: hue angle of 217.5º degrees, saturation: 0.98, 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 #156CFD is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 108 253 -
CMYK 0.92 0.57 0 0.01
HSL 217.5º 0.98% 0.54% -
HSV(B) 217.5º 0.92% 0.99% -
XYZ 23.4 17.98 95.16 -
YUV 98.52 215.18 72.71 -
System Red Green Blue C M Y K H S L
Decimal 21 108 253 0.92 0.57 0 0.01 217.5 0.98 0.54
Hex 15 6C FD 5C 39 0 1 DA 62 36
Octal 25 154 375 134 71 0 1 332 142 66
Binary 10101 1101100 11111101 1011100 111001 0 1 11011010 1100010 110110

Color Harmonies of #156CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CFD

Black with #156CFD

Text Example


Text Example

White with #156CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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