Html Css Color HEX #157EFA Dodger Blue

📋 copy color: '#157EFA'

red 21 ◦ green 126 ◦ blue 250

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

Shades of Dodger Blue #157EFA

Tints of Dodger Blue #157EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

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

R = 5.29%
G = 31.74%
B = 62.97%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#157EFA (or 0x157EFA) is known color: Dodger Blue. HEX triplet: 15, 7E and FA. RGB value is (21,126,250). Sum of RGB (Red+Green+Blue) = 21+126+250=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #157EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EFA is #EA8105. Grayscale: #6C6C6C. Windows color (decimal): -15368454 or 16416277. OLE color: 16416277.

HSL color Cylindrical-coordinate representation of color #157EFA: hue angle of 212.49º 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 #157EFA is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 126 250 -
CMYK 0.92 0.50 0 0.02
HSL 212.49º 0.96% 0.53% -
HSV(B) 212.49º 0.92% 0.98% -
XYZ 25.03 21.98 93.37 -
YUV 108.74 207.71 65.42 -
System Red Green Blue C M Y K H S L
Decimal 21 126 250 0.92 0.50 0 0.02 212.49 0.96 0.53
Hex 15 7E FA 5C 32 0 2 D4 60 35
Octal 25 176 372 134 62 0 2 324 140 65
Binary 10101 1111110 11111010 1011100 110010 0 10 11010100 1100000 110101

Color Harmonies of #157EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EFA

Black with #157EFA

Text Example


Text Example

White with #157EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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