Html Css Color HEX #156EF7 Dodger Blue

📋 copy color: '#156EF7'

red 21 ◦ green 110 ◦ blue 247

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

Shades of Dodger Blue #156EF7

Tints of Dodger Blue #156EF7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 247 (96.88% from 255) = 65.34%

R = 5.56%
G = 29.1%
B = 65.34%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#156EF7 (or 0x156EF7) is known color: Dodger Blue. HEX triplet: 15, 6E and F7. RGB value is (21,110,247). Sum of RGB (Red+Green+Blue) = 21+110+247=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #156EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EF7 is #EA9108. Grayscale: #626262. Windows color (decimal): -15372553 or 16215573. OLE color: 16215573.

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

Color convert

RGB 21 110 247 -
CMYK 0.91 0.55 0 0.03
HSL 216.37º 0.93% 0.53% -
HSV(B) 216.37º 0.91% 0.97% -
XYZ 22.67 18.03 90.28 -
YUV 99.01 211.51 72.36 -
System Red Green Blue C M Y K H S L
Decimal 21 110 247 0.91 0.55 0 0.03 216.37 0.93 0.53
Hex 15 6E F7 5B 37 0 3 D8 5D 35
Octal 25 156 367 133 67 0 3 330 135 65
Binary 10101 1101110 11110111 1011011 110111 0 11 11011000 1011101 110101

Color Harmonies of #156EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EF7

Black with #156EF7

Text Example


Text Example

White with #156EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,110,247); }

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

background-color css

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

 a { background-color: rgb(21,110,247); }

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

border-color css

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

 span { border-color: rgb(21,110,247); }

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