Html Css Color HEX #157FF1 Dodger Blue

📋 copy color: '#157FF1'

red 21 ◦ green 127 ◦ blue 241

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

Shades of Dodger Blue #157FF1

Tints of Dodger Blue #157FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

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

R = 5.4%
G = 32.65%
B = 61.95%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#157FF1 (or 0x157FF1) is known color: Dodger Blue. HEX triplet: 15, 7F and F1. RGB value is (21,127,241). Sum of RGB (Red+Green+Blue) = 21+127+241=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #157FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FF1 is #EA800E. Grayscale: #6B6B6B. Windows color (decimal): -15368207 or 15826709. OLE color: 15826709.

HSL color Cylindrical-coordinate representation of color #157FF1: hue angle of 211.09º 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 #157FF1 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 127 241 -
CMYK 0.91 0.47 0 0.05
HSL 211.09º 0.89% 0.51% -
HSV(B) 211.09º 0.91% 0.95% -
XYZ 23.78 21.69 86.15 -
YUV 108.3 202.88 65.73 -
System Red Green Blue C M Y K H S L
Decimal 21 127 241 0.91 0.47 0 0.05 211.09 0.89 0.51
Hex 15 7F F1 5B 2F 0 5 D3 59 33
Octal 25 177 361 133 57 0 5 323 131 63
Binary 10101 1111111 11110001 1011011 101111 0 101 11010011 1011001 110011

Color Harmonies of #157FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FF1

Black with #157FF1

Text Example


Text Example

White with #157FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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