Html Css Color HEX #157EEE Dodger Blue

📋 copy color: '#157EEE'

red 21 ◦ green 126 ◦ blue 238

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

Shades of Dodger Blue #157EEE

Tints of Dodger Blue #157EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

 BLUE value IS 238 (93.36% from 255) = 61.82%

R = 5.45%
G = 32.73%
B = 61.82%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#157EEE (or 0x157EEE) is known color: Dodger Blue. HEX triplet: 15, 7E and EE. RGB value is (21,126,238). Sum of RGB (Red+Green+Blue) = 21+126+238=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #157EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EEE is #EA8111. Grayscale: #6A6A6A. Windows color (decimal): -15368466 or 15629845. OLE color: 15629845.

HSL color Cylindrical-coordinate representation of color #157EEE: hue angle of 210.97º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EEE is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 126 238 -
CMYK 0.91 0.47 0 0.07
HSL 210.97º 0.86% 0.51% -
HSV(B) 210.97º 0.91% 0.93% -
XYZ 23.2 21.25 83.77 -
YUV 107.37 201.71 66.39 -
System Red Green Blue C M Y K H S L
Decimal 21 126 238 0.91 0.47 0 0.07 210.97 0.86 0.51
Hex 15 7E EE 5B 2F 0 7 D3 56 33
Octal 25 176 356 133 57 0 7 323 126 63
Binary 10101 1111110 11101110 1011011 101111 0 111 11010011 1010110 110011

Color Harmonies of #157EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EEE

Black with #157EEE

Text Example


Text Example

White with #157EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,126,238); }

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

background-color css

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

 a { background-color: rgb(21,126,238); }

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

border-color css

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

 span { border-color: rgb(21,126,238); }

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