Html Css Color HEX #157CF1 Dodger Blue

📋 copy color: '#157CF1'

red 21 ◦ green 124 ◦ blue 241

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

Shades of Dodger Blue #157CF1

Tints of Dodger Blue #157CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 62.44%

R = 5.44%
G = 32.12%
B = 62.44%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#157CF1 (or 0x157CF1) is known color: Dodger Blue. HEX triplet: 15, 7C and F1. RGB value is (21,124,241). Sum of RGB (Red+Green+Blue) = 21+124+241=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #157CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CF1 is #EA830E. Grayscale: #696969. Windows color (decimal): -15368975 or 15825941. OLE color: 15825941.

HSL color Cylindrical-coordinate representation of color #157CF1: hue angle of 211.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CF1 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 124 241 -
CMYK 0.91 0.49 0 0.05
HSL 211.91º 0.89% 0.51% -
HSV(B) 211.91º 0.91% 0.95% -
XYZ 23.39 20.93 86.03 -
YUV 106.54 203.88 66.99 -
System Red Green Blue C M Y K H S L
Decimal 21 124 241 0.91 0.49 0 0.05 211.91 0.89 0.51
Hex 15 7C F1 5B 31 0 5 D4 59 33
Octal 25 174 361 133 61 0 5 324 131 63
Binary 10101 1111100 11110001 1011011 110001 0 101 11010100 1011001 110011

Color Harmonies of #157CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CF1

Black with #157CF1

Text Example


Text Example

White with #157CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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