Html Css Color HEX #127EEB Dodger Blue

📋 copy color: '#127EEB'

red 18 ◦ green 126 ◦ blue 235

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

Shades of Dodger Blue #127EEB

Tints of Dodger Blue #127EEB

RGB

 RED value IS 18 (7.42% from 255) = 4.75%

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

 BLUE value IS 235 (92.19% from 255) = 62.01%

R = 4.75%
G = 33.25%
B = 62.01%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#127EEB (or 0x127EEB) is known color: Dodger Blue. HEX triplet: 12, 7E and EB. RGB value is (18,126,235). Sum of RGB (Red+Green+Blue) = 18+126+235=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #127EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127EEB is #ED8114. Grayscale: #696969. Windows color (decimal): -15565077 or 15433234. OLE color: 15433234.

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

Color convert

RGB 18 126 235 -
CMYK 0.92 0.46 0 0.08
HSL 210.14º 0.86% 0.5% -
HSV(B) 210.14º 0.92% 0.92% -
XYZ 22.71 21.05 81.46 -
YUV 106.13 200.72 65.14 -
System Red Green Blue C M Y K H S L
Decimal 18 126 235 0.92 0.46 0 0.08 210.14 0.86 0.5
Hex 12 7E EB 5C 2E 0 8 D2 56 32
Octal 22 176 353 134 56 0 10 322 126 62
Binary 10010 1111110 11101011 1011100 101110 0 1000 11010010 1010110 110010

Color Harmonies of #127EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EEB

Black with #127EEB

Text Example


Text Example

White with #127EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127EEB; }

 p { color: rgb(18,126,235); }

 H1.HeaderClassName
 {
   color: #127EEB;
 }
 .AnyTagClassName
 {
   color: #127EEB;
 }
</style>

background-color css

<style>
 a { background-color: #127EEB; }

 a { background-color: rgb(18,126,235); }

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

border-color css

<style>
 span { border-color: #127EEB; }

 span { border-color: rgb(18,126,235); }

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