Html Css Color HEX #157BE2 Dodger Blue

📋 copy color: '#157BE2'

red 21 ◦ green 123 ◦ blue 226

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

Shades of Dodger Blue #157BE2

Tints of Dodger Blue #157BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 61.08%

R = 5.68%
G = 33.24%
B = 61.08%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#157BE2 (or 0x157BE2) is known color: Dodger Blue. HEX triplet: 15, 7B and E2. RGB value is (21,123,226). Sum of RGB (Red+Green+Blue) = 21+123+226=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 226 (88.67% from 255 or 61.08% from 370); Max value from RGB is 226 - color contains mainly: blue. Hex color #157BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BE2 is #EA841D. Grayscale: #676767. Windows color (decimal): -15369246 or 14842645. OLE color: 14842645.

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

Color convert

RGB 21 123 226 -
CMYK 0.91 0.46 0 0.11
HSL 210.15º 0.83% 0.48% -
HSV(B) 210.15º 0.91% 0.89% -
XYZ 21.12 19.82 74.66 -
YUV 104.24 196.71 68.62 -
System Red Green Blue C M Y K H S L
Decimal 21 123 226 0.91 0.46 0 0.11 210.15 0.83 0.48
Hex 15 7B E2 5B 2E 0 B D2 53 30
Octal 25 173 342 133 56 0 13 322 123 60
Binary 10101 1111011 11100010 1011011 101110 0 1011 11010010 1010011 110000

Color Harmonies of #157BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BE2

Black with #157BE2

Text Example


Text Example

White with #157BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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