Html Css Color HEX #157FEF Dodger Blue

📋 copy color: '#157FEF'

red 21 ◦ green 127 ◦ blue 239

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

Shades of Dodger Blue #157FEF

Tints of Dodger Blue #157FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.76%

R = 5.43%
G = 32.82%
B = 61.76%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#157FEF (or 0x157FEF) is known color: Dodger Blue. HEX triplet: 15, 7F and EF. RGB value is (21,127,239). Sum of RGB (Red+Green+Blue) = 21+127+239=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #157FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FEF is #EA8010. Grayscale: #6B6B6B. Windows color (decimal): -15368209 or 15695637. OLE color: 15695637.

HSL color Cylindrical-coordinate representation of color #157FEF: hue angle of 210.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157FEF is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 127 239 -
CMYK 0.91 0.47 0 0.06
HSL 210.83º 0.87% 0.51% -
HSV(B) 210.83º 0.91% 0.94% -
XYZ 23.48 21.57 84.59 -
YUV 108.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 21 127 239 0.91 0.47 0 0.06 210.83 0.87 0.51
Hex 15 7F EF 5B 2F 0 6 D3 57 33
Octal 25 177 357 133 57 0 6 323 127 63
Binary 10101 1111111 11101111 1011011 101111 0 110 11010011 1010111 110011

Color Harmonies of #157FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FEF

Black with #157FEF

Text Example


Text Example

White with #157FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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