Html Css Color HEX #157EFB Dodger Blue

📋 copy color: '#157EFB'

red 21 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #157EFB

Tints of Dodger Blue #157EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.07%

R = 5.28%
G = 31.66%
B = 63.07%

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

#157EFB (or 0x157EFB) is known color: Dodger Blue. HEX triplet: 15, 7E and FB. RGB value is (21,126,251). Sum of RGB (Red+Green+Blue) = 21+126+251=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #157EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EFB is #EA8104. Grayscale: #6C6C6C. Windows color (decimal): -15368453 or 16481813. OLE color: 16481813.

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

Color convert

RGB 21 126 251 -
CMYK 0.92 0.50 0 0.02
HSL 212.61º 0.97% 0.53% -
HSV(B) 212.61º 0.92% 0.98% -
XYZ 25.18 22.05 94.19 -
YUV 108.86 208.21 65.34 -
System Red Green Blue C M Y K H S L
Decimal 21 126 251 0.92 0.50 0 0.02 212.61 0.97 0.53
Hex 15 7E FB 5C 32 0 2 D5 61 35
Octal 25 176 373 134 62 0 2 325 141 65
Binary 10101 1111110 11111011 1011100 110010 0 10 11010101 1100001 110101

Color Harmonies of #157EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EFB

Black with #157EFB

Text Example


Text Example

White with #157EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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