Html Css Color HEX #156FEF Dodger Blue

📋 copy color: '#156FEF'

red 21 ◦ green 111 ◦ blue 239

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

Shades of Dodger Blue #156FEF

Tints of Dodger Blue #156FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 5.66%
G = 29.92%
B = 64.42%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#156FEF (or 0x156FEF) is known color: Dodger Blue. HEX triplet: 15, 6F and EF. RGB value is (21,111,239). Sum of RGB (Red+Green+Blue) = 21+111+239=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #156FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FEF is #EA9010. Grayscale: #626262. Windows color (decimal): -15372305 or 15691541. OLE color: 15691541.

HSL color Cylindrical-coordinate representation of color #156FEF: hue angle of 215.23º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156FEF is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 111 239 -
CMYK 0.91 0.54 0 0.06
HSL 215.23º 0.87% 0.51% -
HSV(B) 215.23º 0.91% 0.94% -
XYZ 21.57 17.76 83.95 -
YUV 98.68 207.18 72.59 -
System Red Green Blue C M Y K H S L
Decimal 21 111 239 0.91 0.54 0 0.06 215.23 0.87 0.51
Hex 15 6F EF 5B 36 0 6 D7 57 33
Octal 25 157 357 133 66 0 6 327 127 63
Binary 10101 1101111 11101111 1011011 110110 0 110 11010111 1010111 110011

Color Harmonies of #156FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FEF

Black with #156FEF

Text Example


Text Example

White with #156FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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