Html Css Color HEX #156FED Dodger Blue

📋 copy color: '#156FED'

red 21 ◦ green 111 ◦ blue 237

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

Shades of Dodger Blue #156FED

Tints of Dodger Blue #156FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 5.69%
G = 30.08%
B = 64.23%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#156FED (or 0x156FED) is known color: Dodger Blue. HEX triplet: 15, 6F and ED. RGB value is (21,111,237). Sum of RGB (Red+Green+Blue) = 21+111+237=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #156FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FED is #EA9012. Grayscale: #616161. Windows color (decimal): -15372307 or 15560469. OLE color: 15560469.

HSL color Cylindrical-coordinate representation of color #156FED: hue angle of 215º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156FED is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 111 237 -
CMYK 0.91 0.53 0 0.07
HSL 215º 0.86% 0.51% -
HSV(B) 215º 0.91% 0.93% -
XYZ 21.28 17.64 82.4 -
YUV 98.45 206.18 72.75 -
System Red Green Blue C M Y K H S L
Decimal 21 111 237 0.91 0.53 0 0.07 215 0.86 0.51
Hex 15 6F ED 5B 35 0 7 D7 56 33
Octal 25 157 355 133 65 0 7 327 126 63
Binary 10101 1101111 11101101 1011011 110101 0 111 11010111 1010110 110011

Color Harmonies of #156FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FED

Black with #156FED

Text Example


Text Example

White with #156FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,111,237); }

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

background-color css

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

 a { background-color: rgb(21,111,237); }

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

border-color css

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

 span { border-color: rgb(21,111,237); }

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