Html Css Color HEX #157CED Dodger Blue

📋 copy color: '#157CED'

red 21 ◦ green 124 ◦ blue 237

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

Shades of Dodger Blue #157CED

Tints of Dodger Blue #157CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 237 (92.97% from 255) = 62.04%

R = 5.5%
G = 32.46%
B = 62.04%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#157CED (or 0x157CED) is known color: Dodger Blue. HEX triplet: 15, 7C and ED. RGB value is (21,124,237). Sum of RGB (Red+Green+Blue) = 21+124+237=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #157CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CED is #EA8312. Grayscale: #696969. Windows color (decimal): -15368979 or 15563797. OLE color: 15563797.

HSL color Cylindrical-coordinate representation of color #157CED: hue angle of 211.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CED is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 124 237 -
CMYK 0.91 0.48 0 0.07
HSL 211.39º 0.86% 0.51% -
HSV(B) 211.39º 0.91% 0.93% -
XYZ 22.8 20.69 82.91 -
YUV 106.09 201.88 67.31 -
System Red Green Blue C M Y K H S L
Decimal 21 124 237 0.91 0.48 0 0.07 211.39 0.86 0.51
Hex 15 7C ED 5B 30 0 7 D3 56 33
Octal 25 174 355 133 60 0 7 323 126 63
Binary 10101 1111100 11101101 1011011 110000 0 111 11010011 1010110 110011

Color Harmonies of #157CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CED

Black with #157CED

Text Example


Text Example

White with #157CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,124,237); }

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

background-color css

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

 a { background-color: rgb(21,124,237); }

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

border-color css

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

 span { border-color: rgb(21,124,237); }

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