Html Css Color HEX #127EEE Dodger Blue

📋 copy color: '#127EEE'

red 18 ◦ green 126 ◦ blue 238

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

Shades of Dodger Blue #127EEE

Tints of Dodger Blue #127EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.3%

R = 4.71%
G = 32.98%
B = 62.3%

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

#127EEE (or 0x127EEE) is known color: Dodger Blue. HEX triplet: 12, 7E and EE. RGB value is (18,126,238). Sum of RGB (Red+Green+Blue) = 18+126+238=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #127EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127EEE is #ED8111. Grayscale: #696969. Windows color (decimal): -15565074 or 15629842. OLE color: 15629842.

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

Color convert

RGB 18 126 238 -
CMYK 0.92 0.47 0 0.07
HSL 210.55º 0.87% 0.5% -
HSV(B) 210.55º 0.92% 0.93% -
XYZ 23.14 21.22 83.77 -
YUV 106.48 202.22 64.89 -
System Red Green Blue C M Y K H S L
Decimal 18 126 238 0.92 0.47 0 0.07 210.55 0.87 0.5
Hex 12 7E EE 5C 2F 0 7 D3 57 32
Octal 22 176 356 134 57 0 7 323 127 62
Binary 10010 1111110 11101110 1011100 101111 0 111 11010011 1010111 110010

Color Harmonies of #127EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EEE

Black with #127EEE

Text Example


Text Example

White with #127EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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