Html Css Color HEX #157FFE Dodger Blue

📋 copy color: '#157FFE'

red 21 ◦ green 127 ◦ blue 254

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

Shades of Dodger Blue #157FFE

Tints of Dodger Blue #157FFE

RGB

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

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

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

R = 5.22%
G = 31.59%
B = 63.18%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#157FFE (or 0x157FFE) is known color: Dodger Blue. HEX triplet: 15, 7F and FE. RGB value is (21,127,254). Sum of RGB (Red+Green+Blue) = 21+127+254=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #157FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FFE is #EA8001. Grayscale: #6D6D6D. Windows color (decimal): -15368194 or 16678677. OLE color: 16678677.

HSL color Cylindrical-coordinate representation of color #157FFE: hue angle of 212.7º 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 #157FFE is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 127 254 -
CMYK 0.92 0.50 0 0.00
HSL 212.7º 0.99% 0.54% -
HSV(B) 212.7º 0.92% 1% -
XYZ 25.79 22.49 96.75 -
YUV 109.78 209.38 64.67 -
System Red Green Blue C M Y K H S L
Decimal 21 127 254 0.92 0.50 0 0.00 212.7 0.99 0.54
Hex 15 7F FE 5C 32 0 0 D5 63 36
Octal 25 177 376 134 62 0 0 325 143 66
Binary 10101 1111111 11111110 1011100 110010 0 0 11010101 1100011 110110

Color Harmonies of #157FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FFE

Black with #157FFE

Text Example


Text Example

White with #157FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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