Html Css Color HEX #157FEA Dodger Blue

📋 copy color: '#157FEA'

red 21 ◦ green 127 ◦ blue 234

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

Shades of Dodger Blue #157FEA

Tints of Dodger Blue #157FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.26%

R = 5.5%
G = 33.25%
B = 61.26%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#157FEA (or 0x157FEA) is known color: Dodger Blue. HEX triplet: 15, 7F and EA. RGB value is (21,127,234). Sum of RGB (Red+Green+Blue) = 21+127+234=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #157FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FEA is #EA8015. Grayscale: #6A6A6A. Windows color (decimal): -15368214 or 15367957. OLE color: 15367957.

HSL color Cylindrical-coordinate representation of color #157FEA: hue angle of 210.14º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157FEA is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 127 234 -
CMYK 0.91 0.46 0 0.08
HSL 210.14º 0.84% 0.5% -
HSV(B) 210.14º 0.91% 0.92% -
XYZ 22.75 21.28 80.75 -
YUV 107.5 199.38 66.3 -
System Red Green Blue C M Y K H S L
Decimal 21 127 234 0.91 0.46 0 0.08 210.14 0.84 0.5
Hex 15 7F EA 5B 2E 0 8 D2 54 32
Octal 25 177 352 133 56 0 10 322 124 62
Binary 10101 1111111 11101010 1011011 101110 0 1000 11010010 1010100 110010

Color Harmonies of #157FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FEA

Black with #157FEA

Text Example


Text Example

White with #157FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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