Html Css Color HEX #157FFA Dodger Blue

📋 copy color: '#157FFA'

red 21 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #157FFA

Tints of Dodger Blue #157FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 5.28%
G = 31.91%
B = 62.81%

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

#157FFA (or 0x157FFA) is known color: Dodger Blue. HEX triplet: 15, 7F and FA. RGB value is (21,127,250). Sum of RGB (Red+Green+Blue) = 21+127+250=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #157FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FFA is #EA8005. Grayscale: #6C6C6C. Windows color (decimal): -15368198 or 16416533. OLE color: 16416533.

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

Color convert

RGB 21 127 250 -
CMYK 0.92 0.49 0 0.02
HSL 212.23º 0.96% 0.53% -
HSV(B) 212.23º 0.92% 0.98% -
XYZ 25.15 22.24 93.41 -
YUV 109.33 207.38 65 -
System Red Green Blue C M Y K H S L
Decimal 21 127 250 0.92 0.49 0 0.02 212.23 0.96 0.53
Hex 15 7F FA 5C 31 0 2 D4 60 35
Octal 25 177 372 134 61 0 2 324 140 65
Binary 10101 1111111 11111010 1011100 110001 0 10 11010100 1100000 110101

Color Harmonies of #157FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FFA

Black with #157FFA

Text Example


Text Example

White with #157FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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