Html Css Color HEX #157AFB Dodger Blue

📋 copy color: '#157AFB'

red 21 ◦ green 122 ◦ blue 251

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

Shades of Dodger Blue #157AFB

Tints of Dodger Blue #157AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.71%

R = 5.33%
G = 30.96%
B = 63.71%

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

#157AFB (or 0x157AFB) is known color: Dodger Blue. HEX triplet: 15, 7A and FB. RGB value is (21,122,251). Sum of RGB (Red+Green+Blue) = 21+122+251=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #157AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AFB is #EA8504. Grayscale: #696969. Windows color (decimal): -15369477 or 16480789. OLE color: 16480789.

HSL color Cylindrical-coordinate representation of color #157AFB: hue angle of 213.65º degrees, saturation: 0.97, 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 #157AFB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 122 251 -
CMYK 0.92 0.51 0 0.02
HSL 213.65º 0.97% 0.53% -
HSV(B) 213.65º 0.92% 0.98% -
XYZ 24.68 21.04 94.03 -
YUV 106.51 209.54 67.01 -
System Red Green Blue C M Y K H S L
Decimal 21 122 251 0.92 0.51 0 0.02 213.65 0.97 0.53
Hex 15 7A FB 5C 33 0 2 D6 61 35
Octal 25 172 373 134 63 0 2 326 141 65
Binary 10101 1111010 11111011 1011100 110011 0 10 11010110 1100001 110101

Color Harmonies of #157AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AFB

Black with #157AFB

Text Example


Text Example

White with #157AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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