Html Css Color HEX #157BFD Dodger Blue

📋 copy color: '#157BFD'

red 21 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #157BFD

Tints of Dodger Blue #157BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.73%

R = 5.29%
G = 30.98%
B = 63.73%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#157BFD (or 0x157BFD) is known color: Dodger Blue. HEX triplet: 15, 7B and FD. RGB value is (21,123,253). Sum of RGB (Red+Green+Blue) = 21+123+253=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #157BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BFD is #EA8402. Grayscale: #6A6A6A. Windows color (decimal): -15369219 or 16612117. OLE color: 16612117.

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

Color convert

RGB 21 123 253 -
CMYK 0.92 0.51 0 0.01
HSL 213.62º 0.98% 0.54% -
HSV(B) 213.62º 0.92% 0.99% -
XYZ 25.12 21.42 95.74 -
YUV 107.32 210.21 66.43 -
System Red Green Blue C M Y K H S L
Decimal 21 123 253 0.92 0.51 0 0.01 213.62 0.98 0.54
Hex 15 7B FD 5C 33 0 1 D6 62 36
Octal 25 173 375 134 63 0 1 326 142 66
Binary 10101 1111011 11111101 1011100 110011 0 1 11010110 1100010 110110

Color Harmonies of #157BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BFD

Black with #157BFD

Text Example


Text Example

White with #157BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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