Html Css Color HEX #157BF8 Dodger Blue

📋 copy color: '#157BF8'

red 21 ◦ green 123 ◦ blue 248

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

Shades of Dodger Blue #157BF8

Tints of Dodger Blue #157BF8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 5.36%
G = 31.38%
B = 63.27%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#157BF8 (or 0x157BF8) is known color: Dodger Blue. HEX triplet: 15, 7B and F8. RGB value is (21,123,248). Sum of RGB (Red+Green+Blue) = 21+123+248=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #157BF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BF8 is #EA8407. Grayscale: #6A6A6A. Windows color (decimal): -15369224 or 16284437. OLE color: 16284437.

HSL color Cylindrical-coordinate representation of color #157BF8: hue angle of 213.04º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157BF8 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 123 248 -
CMYK 0.92 0.50 0 0.03
HSL 213.04º 0.94% 0.53% -
HSV(B) 213.04º 0.92% 0.97% -
XYZ 24.34 21.1 91.6 -
YUV 106.75 207.71 66.84 -
System Red Green Blue C M Y K H S L
Decimal 21 123 248 0.92 0.50 0 0.03 213.04 0.94 0.53
Hex 15 7B F8 5C 32 0 3 D5 5E 35
Octal 25 173 370 134 62 0 3 325 136 65
Binary 10101 1111011 11111000 1011100 110010 0 11 11010101 1011110 110101

Color Harmonies of #157BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BF8

Black with #157BF8

Text Example


Text Example

White with #157BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,123,248); }

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

background-color css

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

 a { background-color: rgb(21,123,248); }

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

border-color css

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

 span { border-color: rgb(21,123,248); }

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