Html Css Color HEX #127CEA Dodger Blue

📋 copy color: '#127CEA'

red 18 ◦ green 124 ◦ blue 234

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

Shades of Dodger Blue #127CEA

Tints of Dodger Blue #127CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 4.79%
G = 32.98%
B = 62.23%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#127CEA (or 0x127CEA) is known color: Dodger Blue. HEX triplet: 12, 7C and EA. RGB value is (18,124,234). Sum of RGB (Red+Green+Blue) = 18+124+234=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #127CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CEA is #ED8315. Grayscale: #686868. Windows color (decimal): -15565590 or 15367186. OLE color: 15367186.

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

Color convert

RGB 18 124 234 -
CMYK 0.92 0.47 0 0.08
HSL 210.56º 0.86% 0.49% -
HSV(B) 210.56º 0.92% 0.92% -
XYZ 22.31 20.48 80.62 -
YUV 104.85 200.88 66.06 -
System Red Green Blue C M Y K H S L
Decimal 18 124 234 0.92 0.47 0 0.08 210.56 0.86 0.49
Hex 12 7C EA 5C 2F 0 8 D3 56 31
Octal 22 174 352 134 57 0 10 323 126 61
Binary 10010 1111100 11101010 1011100 101111 0 1000 11010011 1010110 110001

Color Harmonies of #127CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CEA

Black with #127CEA

Text Example


Text Example

White with #127CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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