Html Css Color HEX #157DFE Dodger Blue

📋 copy color: '#157DFE'

red 21 ◦ green 125 ◦ blue 254

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

Shades of Dodger Blue #157DFE

Tints of Dodger Blue #157DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

 BLUE value IS 254 (99.61% from 255) = 63.5%

R = 5.25%
G = 31.25%
B = 63.5%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#157DFE (or 0x157DFE) is known color: Dodger Blue. HEX triplet: 15, 7D and FE. RGB value is (21,125,254). Sum of RGB (Red+Green+Blue) = 21+125+254=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #157DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157DFE is #EA8201. Grayscale: #6B6B6B. Windows color (decimal): -15368706 or 16678165. OLE color: 16678165.

HSL color Cylindrical-coordinate representation of color #157DFE: hue angle of 213.22º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157DFE is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 125 254 -
CMYK 0.92 0.51 0 0.00
HSL 213.22º 0.99% 0.54% -
HSV(B) 213.22º 0.92% 1% -
XYZ 25.53 21.98 96.66 -
YUV 108.61 210.04 65.51 -
System Red Green Blue C M Y K H S L
Decimal 21 125 254 0.92 0.51 0 0.00 213.22 0.99 0.54
Hex 15 7D FE 5C 33 0 0 D5 63 36
Octal 25 175 376 134 63 0 0 325 143 66
Binary 10101 1111101 11111110 1011100 110011 0 0 11010101 1100011 110110

Color Harmonies of #157DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DFE

Black with #157DFE

Text Example


Text Example

White with #157DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,125,254); }

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

background-color css

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

 a { background-color: rgb(21,125,254); }

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

border-color css

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

 span { border-color: rgb(21,125,254); }

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