Html Css Color HEX #156EFA Dodger Blue

📋 copy color: '#156EFA'

red 21 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #156EFA

Tints of Dodger Blue #156EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.62%

R = 5.51%
G = 28.87%
B = 65.62%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#156EFA (or 0x156EFA) is known color: Dodger Blue. HEX triplet: 15, 6E and FA. RGB value is (21,110,250). Sum of RGB (Red+Green+Blue) = 21+110+250=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #156EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EFA is #EA9105. Grayscale: #626262. Windows color (decimal): -15372550 or 16412181. OLE color: 16412181.

HSL color Cylindrical-coordinate representation of color #156EFA: hue angle of 216.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #156EFA is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 110 250 -
CMYK 0.92 0.56 0 0.02
HSL 216.68º 0.96% 0.53% -
HSV(B) 216.68º 0.92% 0.98% -
XYZ 23.14 18.21 92.74 -
YUV 99.35 213.01 72.12 -
System Red Green Blue C M Y K H S L
Decimal 21 110 250 0.92 0.56 0 0.02 216.68 0.96 0.53
Hex 15 6E FA 5C 38 0 2 D9 60 35
Octal 25 156 372 134 70 0 2 331 140 65
Binary 10101 1101110 11111010 1011100 111000 0 10 11011001 1100000 110101

Color Harmonies of #156EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EFA

Black with #156EFA

Text Example


Text Example

White with #156EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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