Html Css Color HEX #157FFC Dodger Blue

📋 copy color: '#157FFC'

red 21 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #157FFC

Tints of Dodger Blue #157FFC

RGB

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

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

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

R = 5.25%
G = 31.75%
B = 63%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#157FFC (or 0x157FFC) is known color: Dodger Blue. HEX triplet: 15, 7F and FC. RGB value is (21,127,252). Sum of RGB (Red+Green+Blue) = 21+127+252=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #157FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FFC is #EA8003. Grayscale: #6C6C6C. Windows color (decimal): -15368196 or 16547605. OLE color: 16547605.

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

Color convert

RGB 21 127 252 -
CMYK 0.92 0.50 0 0.01
HSL 212.47º 0.97% 0.54% -
HSV(B) 212.47º 0.92% 0.99% -
XYZ 25.47 22.37 95.07 -
YUV 109.56 208.38 64.84 -
System Red Green Blue C M Y K H S L
Decimal 21 127 252 0.92 0.50 0 0.01 212.47 0.97 0.54
Hex 15 7F FC 5C 32 0 1 D4 61 36
Octal 25 177 374 134 62 0 1 324 141 66
Binary 10101 1111111 11111100 1011100 110010 0 1 11010100 1100001 110110

Color Harmonies of #157FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FFC

Black with #157FFC

Text Example


Text Example

White with #157FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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