Html Css Color HEX #157BF2 Dodger Blue

📋 copy color: '#157BF2'

red 21 ◦ green 123 ◦ blue 242

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

Shades of Dodger Blue #157BF2

Tints of Dodger Blue #157BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.69%

R = 5.44%
G = 31.87%
B = 62.69%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#157BF2 (or 0x157BF2) is known color: Dodger Blue. HEX triplet: 15, 7B and F2. RGB value is (21,123,242). Sum of RGB (Red+Green+Blue) = 21+123+242=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #157BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BF2 is #EA840D. Grayscale: #696969. Windows color (decimal): -15369230 or 15891221. OLE color: 15891221.

HSL color Cylindrical-coordinate representation of color #157BF2: hue angle of 212.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157BF2 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 123 242 -
CMYK 0.91 0.49 0 0.05
HSL 212.31º 0.89% 0.52% -
HSV(B) 212.31º 0.91% 0.95% -
XYZ 23.42 20.74 86.77 -
YUV 106.07 204.71 67.32 -
System Red Green Blue C M Y K H S L
Decimal 21 123 242 0.91 0.49 0 0.05 212.31 0.89 0.52
Hex 15 7B F2 5B 31 0 5 D4 59 34
Octal 25 173 362 133 61 0 5 324 131 64
Binary 10101 1111011 11110010 1011011 110001 0 101 11010100 1011001 110100

Color Harmonies of #157BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BF2

Black with #157BF2

Text Example


Text Example

White with #157BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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