Html Css Color HEX #157CF4 Dodger Blue

📋 copy color: '#157CF4'

red 21 ◦ green 124 ◦ blue 244

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

Shades of Dodger Blue #157CF4

Tints of Dodger Blue #157CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 62.72%

R = 5.4%
G = 31.88%
B = 62.72%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#157CF4 (or 0x157CF4) is known color: Dodger Blue. HEX triplet: 15, 7C and F4. RGB value is (21,124,244). Sum of RGB (Red+Green+Blue) = 21+124+244=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 244 (95.70% from 255 or 62.72% from 389); Max value from RGB is 244 - color contains mainly: blue. Hex color #157CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CF4 is #EA830B. Grayscale: #6A6A6A. Windows color (decimal): -15368972 or 16022549. OLE color: 16022549.

HSL color Cylindrical-coordinate representation of color #157CF4: hue angle of 212.29º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CF4 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 124 244 -
CMYK 0.91 0.49 0 0.04
HSL 212.29º 0.91% 0.52% -
HSV(B) 212.29º 0.91% 0.96% -
XYZ 23.85 21.11 88.41 -
YUV 106.88 205.38 66.74 -
System Red Green Blue C M Y K H S L
Decimal 21 124 244 0.91 0.49 0 0.04 212.29 0.91 0.52
Hex 15 7C F4 5B 31 0 4 D4 5B 34
Octal 25 174 364 133 61 0 4 324 133 64
Binary 10101 1111100 11110100 1011011 110001 0 100 11010100 1011011 110100

Color Harmonies of #157CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CF4

Black with #157CF4

Text Example


Text Example

White with #157CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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