Html Css Color HEX #157AF0 Dodger Blue

📋 copy color: '#157AF0'

red 21 ◦ green 122 ◦ blue 240

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

Shades of Dodger Blue #157AF0

Tints of Dodger Blue #157AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.66%

R = 5.48%
G = 31.85%
B = 62.66%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#157AF0 (or 0x157AF0) is known color: Dodger Blue. HEX triplet: 15, 7A and F0. RGB value is (21,122,240). Sum of RGB (Red+Green+Blue) = 21+122+240=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #157AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AF0 is #EA850F. Grayscale: #686868. Windows color (decimal): -15369488 or 15759893. OLE color: 15759893.

HSL color Cylindrical-coordinate representation of color #157AF0: hue angle of 212.33º degrees, saturation: 0.88, 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 #157AF0 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 122 240 -
CMYK 0.91 0.49 0 0.06
HSL 212.33º 0.88% 0.51% -
HSV(B) 212.33º 0.91% 0.94% -
XYZ 23 20.37 85.16 -
YUV 105.25 204.04 67.91 -
System Red Green Blue C M Y K H S L
Decimal 21 122 240 0.91 0.49 0 0.06 212.33 0.88 0.51
Hex 15 7A F0 5B 31 0 6 D4 58 33
Octal 25 172 360 133 61 0 6 324 130 63
Binary 10101 1111010 11110000 1011011 110001 0 110 11010100 1011000 110011

Color Harmonies of #157AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AF0

Black with #157AF0

Text Example


Text Example

White with #157AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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