Html Css Color HEX #157AFC Dodger Blue

📋 copy color: '#157AFC'

red 21 ◦ green 122 ◦ blue 252

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

Shades of Dodger Blue #157AFC

Tints of Dodger Blue #157AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 5.32%
G = 30.89%
B = 63.8%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#157AFC (or 0x157AFC) is known color: Dodger Blue. HEX triplet: 15, 7A and FC. RGB value is (21,122,252). Sum of RGB (Red+Green+Blue) = 21+122+252=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #157AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AFC is #EA8503. Grayscale: #696969. Windows color (decimal): -15369476 or 16546325. OLE color: 16546325.

HSL color Cylindrical-coordinate representation of color #157AFC: hue angle of 213.77º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157AFC is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 122 252 -
CMYK 0.92 0.52 0 0.01
HSL 213.77º 0.97% 0.54% -
HSV(B) 213.77º 0.92% 0.99% -
XYZ 24.84 21.11 94.86 -
YUV 106.62 210.04 66.93 -
System Red Green Blue C M Y K H S L
Decimal 21 122 252 0.92 0.52 0 0.01 213.77 0.97 0.54
Hex 15 7A FC 5C 34 0 1 D6 61 36
Octal 25 172 374 134 64 0 1 326 141 66
Binary 10101 1111010 11111100 1011100 110100 0 1 11010110 1100001 110110

Color Harmonies of #157AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AFC

Black with #157AFC

Text Example


Text Example

White with #157AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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