Html Css Color HEX #127AEF Dodger Blue

📋 copy color: '#127AEF'

red 18 ◦ green 122 ◦ blue 239

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

Shades of Dodger Blue #127AEF

Tints of Dodger Blue #127AEF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 4.75%
G = 32.19%
B = 63.06%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#127AEF (or 0x127AEF) is known color: Dodger Blue. HEX triplet: 12, 7A and EF. RGB value is (18,122,239). Sum of RGB (Red+Green+Blue) = 18+122+239=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #127AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AEF is #ED8510. Grayscale: #676767. Windows color (decimal): -15566097 or 15694354. OLE color: 15694354.

HSL color Cylindrical-coordinate representation of color #127AEF: hue angle of 211.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127AEF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 122 239 -
CMYK 0.92 0.49 0 0.06
HSL 211.76º 0.87% 0.5% -
HSV(B) 211.76º 0.92% 0.94% -
XYZ 22.79 20.28 84.37 -
YUV 104.24 204.04 66.49 -
System Red Green Blue C M Y K H S L
Decimal 18 122 239 0.92 0.49 0 0.06 211.76 0.87 0.5
Hex 12 7A EF 5C 31 0 6 D4 57 32
Octal 22 172 357 134 61 0 6 324 127 62
Binary 10010 1111010 11101111 1011100 110001 0 110 11010100 1010111 110010

Color Harmonies of #127AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AEF

Black with #127AEF

Text Example


Text Example

White with #127AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,239); }

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

background-color css

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

 a { background-color: rgb(18,122,239); }

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

border-color css

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

 span { border-color: rgb(18,122,239); }

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