Html Css Color HEX #157FFB Dodger Blue

📋 copy color: '#157FFB'

red 21 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #157FFB

Tints of Dodger Blue #157FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

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

R = 5.26%
G = 31.83%
B = 62.91%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#157FFB (or 0x157FFB) is known color: Dodger Blue. HEX triplet: 15, 7F and FB. RGB value is (21,127,251). Sum of RGB (Red+Green+Blue) = 21+127+251=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #157FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FFB is #EA8004. Grayscale: #6C6C6C. Windows color (decimal): -15368197 or 16482069. OLE color: 16482069.

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

Color convert

RGB 21 127 251 -
CMYK 0.92 0.49 0 0.02
HSL 212.35º 0.97% 0.53% -
HSV(B) 212.35º 0.92% 0.98% -
XYZ 25.31 22.3 94.24 -
YUV 109.44 207.88 64.92 -
System Red Green Blue C M Y K H S L
Decimal 21 127 251 0.92 0.49 0 0.02 212.35 0.97 0.53
Hex 15 7F FB 5C 31 0 2 D4 61 35
Octal 25 177 373 134 61 0 2 324 141 65
Binary 10101 1111111 11111011 1011100 110001 0 10 11010100 1100001 110101

Color Harmonies of #157FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FFB

Black with #157FFB

Text Example


Text Example

White with #157FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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