Html Css Color HEX #127CE6 Dodger Blue

📋 copy color: '#127CE6'

red 18 ◦ green 124 ◦ blue 230

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

Shades of Dodger Blue #127CE6

Tints of Dodger Blue #127CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 230 (90.23% from 255) = 61.83%

R = 4.84%
G = 33.33%
B = 61.83%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#127CE6 (or 0x127CE6) is known color: Dodger Blue. HEX triplet: 12, 7C and E6. RGB value is (18,124,230). Sum of RGB (Red+Green+Blue) = 18+124+230=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #127CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CE6 is #ED8319. Grayscale: #676767. Windows color (decimal): -15565594 or 15105042. OLE color: 15105042.

HSL color Cylindrical-coordinate representation of color #127CE6: hue angle of 210º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127CE6 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 124 230 -
CMYK 0.92 0.46 0 0.10
HSL 210º 0.85% 0.49% -
HSV(B) 210º 0.92% 0.9% -
XYZ 21.74 20.26 77.63 -
YUV 104.39 198.88 66.38 -
System Red Green Blue C M Y K H S L
Decimal 18 124 230 0.92 0.46 0 0.10 210 0.85 0.49
Hex 12 7C E6 5C 2E 0 A D2 55 31
Octal 22 174 346 134 56 0 12 322 125 61
Binary 10010 1111100 11100110 1011100 101110 0 1010 11010010 1010101 110001

Color Harmonies of #127CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CE6

Black with #127CE6

Text Example


Text Example

White with #127CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,230); }

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

background-color css

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

 a { background-color: rgb(18,124,230); }

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

border-color css

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

 span { border-color: rgb(18,124,230); }

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