Html Css Color HEX #157AFA Dodger Blue

📋 copy color: '#157AFA'

red 21 ◦ green 122 ◦ blue 250

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

Shades of Dodger Blue #157AFA

Tints of Dodger Blue #157AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 250 (98.05% from 255) = 63.61%

R = 5.34%
G = 31.04%
B = 63.61%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#157AFA (or 0x157AFA) is known color: Dodger Blue. HEX triplet: 15, 7A and FA. RGB value is (21,122,250). Sum of RGB (Red+Green+Blue) = 21+122+250=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #157AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AFA is #EA8505. Grayscale: #696969. Windows color (decimal): -15369478 or 16415253. OLE color: 16415253.

HSL color Cylindrical-coordinate representation of color #157AFA: hue angle of 213.54º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157AFA is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 122 250 -
CMYK 0.92 0.51 0 0.02
HSL 213.54º 0.96% 0.53% -
HSV(B) 213.54º 0.92% 0.98% -
XYZ 24.52 20.98 93.2 -
YUV 106.39 209.04 67.09 -
System Red Green Blue C M Y K H S L
Decimal 21 122 250 0.92 0.51 0 0.02 213.54 0.96 0.53
Hex 15 7A FA 5C 33 0 2 D6 60 35
Octal 25 172 372 134 63 0 2 326 140 65
Binary 10101 1111010 11111010 1011100 110011 0 10 11010110 1100000 110101

Color Harmonies of #157AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AFA

Black with #157AFA

Text Example


Text Example

White with #157AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,122,250); }

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

background-color css

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

 a { background-color: rgb(21,122,250); }

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

border-color css

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

 span { border-color: rgb(21,122,250); }

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