Html Css Color HEX #157FEB Dodger Blue

📋 copy color: '#157FEB'

red 21 ◦ green 127 ◦ blue 235

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

Shades of Dodger Blue #157FEB

Tints of Dodger Blue #157FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 5.48%
G = 33.16%
B = 61.36%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#157FEB (or 0x157FEB) is known color: Dodger Blue. HEX triplet: 15, 7F and EB. RGB value is (21,127,235). Sum of RGB (Red+Green+Blue) = 21+127+235=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #157FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FEB is #EA8014. Grayscale: #6B6B6B. Windows color (decimal): -15368213 or 15433493. OLE color: 15433493.

HSL color Cylindrical-coordinate representation of color #157FEB: hue angle of 210.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157FEB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 127 235 -
CMYK 0.91 0.46 0 0.08
HSL 210.28º 0.84% 0.5% -
HSV(B) 210.28º 0.91% 0.92% -
XYZ 22.89 21.34 81.51 -
YUV 107.62 199.88 66.22 -
System Red Green Blue C M Y K H S L
Decimal 21 127 235 0.91 0.46 0 0.08 210.28 0.84 0.5
Hex 15 7F EB 5B 2E 0 8 D2 54 32
Octal 25 177 353 133 56 0 10 322 124 62
Binary 10101 1111111 11101011 1011011 101110 0 1000 11010010 1010100 110010

Color Harmonies of #157FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FEB

Black with #157FEB

Text Example


Text Example

White with #157FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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