Html Css Color HEX #157BFB Dodger Blue

📋 copy color: '#157BFB'

red 21 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #157BFB

Tints of Dodger Blue #157BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

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

R = 5.32%
G = 31.14%
B = 63.54%

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

#157BFB (or 0x157BFB) is known color: Dodger Blue. HEX triplet: 15, 7B and FB. RGB value is (21,123,251). Sum of RGB (Red+Green+Blue) = 21+123+251=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #157BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BFB is #EA8404. Grayscale: #6A6A6A. Windows color (decimal): -15369221 or 16481045. OLE color: 16481045.

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

Color convert

RGB 21 123 251 -
CMYK 0.92 0.51 0 0.02
HSL 213.39º 0.97% 0.53% -
HSV(B) 213.39º 0.92% 0.98% -
XYZ 24.8 21.29 94.07 -
YUV 107.09 209.21 66.59 -
System Red Green Blue C M Y K H S L
Decimal 21 123 251 0.92 0.51 0 0.02 213.39 0.97 0.53
Hex 15 7B FB 5C 33 0 2 D5 61 35
Octal 25 173 373 134 63 0 2 325 141 65
Binary 10101 1111011 11111011 1011100 110011 0 10 11010101 1100001 110101

Color Harmonies of #157BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BFB

Black with #157BFB

Text Example


Text Example

White with #157BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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