Html Css Color HEX #127BEC Dodger Blue

📋 copy color: '#127BEC'

red 18 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #127BEC

Tints of Dodger Blue #127BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

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

R = 4.77%
G = 32.63%
B = 62.6%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#127BEC (or 0x127BEC) is known color: Dodger Blue. HEX triplet: 12, 7B and EC. RGB value is (18,123,236). Sum of RGB (Red+Green+Blue) = 18+123+236=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #127BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BEC is #ED8413. Grayscale: #676767. Windows color (decimal): -15565844 or 15498002. OLE color: 15498002.

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

Color convert

RGB 18 123 236 -
CMYK 0.92 0.48 0 0.07
HSL 211.1º 0.86% 0.5% -
HSV(B) 211.1º 0.92% 0.93% -
XYZ 22.47 20.35 82.1 -
YUV 104.49 202.21 66.31 -
System Red Green Blue C M Y K H S L
Decimal 18 123 236 0.92 0.48 0 0.07 211.1 0.86 0.5
Hex 12 7B EC 5C 30 0 7 D3 56 32
Octal 22 173 354 134 60 0 7 323 126 62
Binary 10010 1111011 11101100 1011100 110000 0 111 11010011 1010110 110010

Color Harmonies of #127BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BEC

Black with #127BEC

Text Example


Text Example

White with #127BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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