Html Css Color HEX #127DEC Dodger Blue

📋 copy color: '#127DEC'

red 18 ◦ green 125 ◦ blue 236

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

Shades of Dodger Blue #127DEC

Tints of Dodger Blue #127DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 4.75%
G = 32.98%
B = 62.27%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#127DEC (or 0x127DEC) is known color: Dodger Blue. HEX triplet: 12, 7D and EC. RGB value is (18,125,236). Sum of RGB (Red+Green+Blue) = 18+125+236=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #127DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127DEC is #ED8213. Grayscale: #696969. Windows color (decimal): -15565332 or 15498514. OLE color: 15498514.

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

Color convert

RGB 18 125 236 -
CMYK 0.92 0.47 0 0.07
HSL 210.55º 0.86% 0.5% -
HSV(B) 210.55º 0.92% 0.93% -
XYZ 22.72 20.85 82.18 -
YUV 105.66 201.55 65.47 -
System Red Green Blue C M Y K H S L
Decimal 18 125 236 0.92 0.47 0 0.07 210.55 0.86 0.5
Hex 12 7D EC 5C 2F 0 7 D3 56 32
Octal 22 175 354 134 57 0 7 323 126 62
Binary 10010 1111101 11101100 1011100 101111 0 111 11010011 1010110 110010

Color Harmonies of #127DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DEC

Black with #127DEC

Text Example


Text Example

White with #127DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,125,236); }

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

background-color css

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

 a { background-color: rgb(18,125,236); }

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

border-color css

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

 span { border-color: rgb(18,125,236); }

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