Html Css Color HEX #157BFE Dodger Blue

📋 copy color: '#157BFE'

red 21 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #157BFE

Tints of Dodger Blue #157BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 5.28%
G = 30.9%
B = 63.82%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#157BFE (or 0x157BFE) is known color: Dodger Blue. HEX triplet: 15, 7B and FE. RGB value is (21,123,254). Sum of RGB (Red+Green+Blue) = 21+123+254=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #157BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BFE is #EA8401. Grayscale: #6A6A6A. Windows color (decimal): -15369218 or 16677653. OLE color: 16677653.

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

Color convert

RGB 21 123 254 -
CMYK 0.92 0.52 0 0.00
HSL 213.73º 0.99% 0.54% -
HSV(B) 213.73º 0.92% 1% -
XYZ 25.28 21.48 96.58 -
YUV 107.44 210.71 66.35 -
System Red Green Blue C M Y K H S L
Decimal 21 123 254 0.92 0.52 0 0.00 213.73 0.99 0.54
Hex 15 7B FE 5C 34 0 0 D6 63 36
Octal 25 173 376 134 64 0 0 326 143 66
Binary 10101 1111011 11111110 1011100 110100 0 0 11010110 1100011 110110

Color Harmonies of #157BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BFE

Black with #157BFE

Text Example


Text Example

White with #157BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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