Html Css Color HEX #157FED Dodger Blue

📋 copy color: '#157FED'

red 21 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #157FED

Tints of Dodger Blue #157FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.56%

R = 5.45%
G = 32.99%
B = 61.56%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#157FED (or 0x157FED) is known color: Dodger Blue. HEX triplet: 15, 7F and ED. RGB value is (21,127,237). Sum of RGB (Red+Green+Blue) = 21+127+237=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #157FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FED is #EA8012. Grayscale: #6B6B6B. Windows color (decimal): -15368211 or 15564565. OLE color: 15564565.

HSL color Cylindrical-coordinate representation of color #157FED: hue angle of 210.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157FED is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 127 237 -
CMYK 0.91 0.46 0 0.07
HSL 210.56º 0.86% 0.51% -
HSV(B) 210.56º 0.91% 0.93% -
XYZ 23.18 21.45 83.04 -
YUV 107.85 200.88 66.06 -
System Red Green Blue C M Y K H S L
Decimal 21 127 237 0.91 0.46 0 0.07 210.56 0.86 0.51
Hex 15 7F ED 5B 2E 0 7 D3 56 33
Octal 25 177 355 133 56 0 7 323 126 63
Binary 10101 1111111 11101101 1011011 101110 0 111 11010011 1010110 110011

Color Harmonies of #157FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FED

Black with #157FED

Text Example


Text Example

White with #157FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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