Html Css Color HEX #157BE5 Dodger Blue

📋 copy color: '#157BE5'

red 21 ◦ green 123 ◦ blue 229

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

Shades of Dodger Blue #157BE5

Tints of Dodger Blue #157BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.39%

R = 5.63%
G = 32.98%
B = 61.39%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#157BE5 (or 0x157BE5) is known color: Dodger Blue. HEX triplet: 15, 7B and E5. RGB value is (21,123,229). Sum of RGB (Red+Green+Blue) = 21+123+229=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #157BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BE5 is #EA841A. Grayscale: #686868. Windows color (decimal): -15369243 or 15039253. OLE color: 15039253.

HSL color Cylindrical-coordinate representation of color #157BE5: hue angle of 210.58º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157BE5 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 123 229 -
CMYK 0.91 0.46 0 0.10
HSL 210.58º 0.83% 0.49% -
HSV(B) 210.58º 0.91% 0.9% -
XYZ 21.54 19.98 76.85 -
YUV 104.59 198.21 68.38 -
System Red Green Blue C M Y K H S L
Decimal 21 123 229 0.91 0.46 0 0.10 210.58 0.83 0.49
Hex 15 7B E5 5B 2E 0 A D3 53 31
Octal 25 173 345 133 56 0 12 323 123 61
Binary 10101 1111011 11100101 1011011 101110 0 1010 11010011 1010011 110001

Color Harmonies of #157BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BE5

Black with #157BE5

Text Example


Text Example

White with #157BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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