Html Css Color HEX #127EEF Dodger Blue

📋 copy color: '#127EEF'

red 18 ◦ green 126 ◦ blue 239

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

Shades of Dodger Blue #127EEF

Tints of Dodger Blue #127EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 4.7%
G = 32.9%
B = 62.4%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#127EEF (or 0x127EEF) is known color: Dodger Blue. HEX triplet: 12, 7E and EF. RGB value is (18,126,239). Sum of RGB (Red+Green+Blue) = 18+126+239=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #127EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127EEF is #ED8110. Grayscale: #6A6A6A. Windows color (decimal): -15565073 or 15695378. OLE color: 15695378.

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

Color convert

RGB 18 126 239 -
CMYK 0.92 0.47 0 0.06
HSL 210.68º 0.87% 0.5% -
HSV(B) 210.68º 0.92% 0.94% -
XYZ 23.29 21.28 84.54 -
YUV 106.59 202.72 64.81 -
System Red Green Blue C M Y K H S L
Decimal 18 126 239 0.92 0.47 0 0.06 210.68 0.87 0.5
Hex 12 7E EF 5C 2F 0 6 D3 57 32
Octal 22 176 357 134 57 0 6 323 127 62
Binary 10010 1111110 11101111 1011100 101111 0 110 11010011 1010111 110010

Color Harmonies of #127EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EEF

Black with #127EEF

Text Example


Text Example

White with #127EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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