Html Css Color HEX #157AF2 Dodger Blue

📋 copy color: '#157AF2'

red 21 ◦ green 122 ◦ blue 242

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

Shades of Dodger Blue #157AF2

Tints of Dodger Blue #157AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.86%

R = 5.45%
G = 31.69%
B = 62.86%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#157AF2 (or 0x157AF2) is known color: Dodger Blue. HEX triplet: 15, 7A and F2. RGB value is (21,122,242). Sum of RGB (Red+Green+Blue) = 21+122+242=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #157AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AF2 is #EA850D. Grayscale: #686868. Windows color (decimal): -15369486 or 15890965. OLE color: 15890965.

HSL color Cylindrical-coordinate representation of color #157AF2: hue angle of 212.58º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157AF2 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 122 242 -
CMYK 0.91 0.50 0 0.05
HSL 212.58º 0.89% 0.52% -
HSV(B) 212.58º 0.91% 0.95% -
XYZ 23.3 20.49 86.73 -
YUV 105.48 205.04 67.74 -
System Red Green Blue C M Y K H S L
Decimal 21 122 242 0.91 0.50 0 0.05 212.58 0.89 0.52
Hex 15 7A F2 5B 32 0 5 D5 59 34
Octal 25 172 362 133 62 0 5 325 131 64
Binary 10101 1111010 11110010 1011011 110010 0 101 11010101 1011001 110100

Color Harmonies of #157AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AF2

Black with #157AF2

Text Example


Text Example

White with #157AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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