Html Css Color HEX #127CEC Dodger Blue

📋 copy color: '#127CEC'

red 18 ◦ green 124 ◦ blue 236

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

Shades of Dodger Blue #127CEC

Tints of Dodger Blue #127CEC

RGB

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

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

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

R = 4.76%
G = 32.8%
B = 62.43%

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

#127CEC (or 0x127CEC) is known color: Dodger Blue. HEX triplet: 12, 7C and EC. RGB value is (18,124,236). Sum of RGB (Red+Green+Blue) = 18+124+236=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #127CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CEC is #ED8313. Grayscale: #686868. Windows color (decimal): -15565588 or 15498258. OLE color: 15498258.

HSL color Cylindrical-coordinate representation of color #127CEC: hue angle of 210.83º 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 #127CEC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 124 236 -
CMYK 0.92 0.47 0 0.07
HSL 210.83º 0.86% 0.5% -
HSV(B) 210.83º 0.92% 0.93% -
XYZ 22.6 20.6 82.14 -
YUV 105.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 18 124 236 0.92 0.47 0 0.07 210.83 0.86 0.5
Hex 12 7C EC 5C 2F 0 7 D3 56 32
Octal 22 174 354 134 57 0 7 323 126 62
Binary 10010 1111100 11101100 1011100 101111 0 111 11010011 1010110 110010

Color Harmonies of #127CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CEC

Black with #127CEC

Text Example


Text Example

White with #127CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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