Html Css Color HEX #127FEE Dodger Blue

📋 copy color: '#127FEE'

red 18 ◦ green 127 ◦ blue 238

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

Shades of Dodger Blue #127FEE

Tints of Dodger Blue #127FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 4.7%
G = 33.16%
B = 62.14%

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

#127FEE (or 0x127FEE) is known color: Dodger Blue. HEX triplet: 12, 7F and EE. RGB value is (18,127,238). Sum of RGB (Red+Green+Blue) = 18+127+238=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #127FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FEE is #ED8011. Grayscale: #6A6A6A. Windows color (decimal): -15564818 or 15630098. OLE color: 15630098.

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

Color convert

RGB 18 127 238 -
CMYK 0.92 0.47 0 0.07
HSL 210.27º 0.87% 0.5% -
HSV(B) 210.27º 0.92% 0.93% -
XYZ 23.27 21.48 83.81 -
YUV 107.06 201.89 64.47 -
System Red Green Blue C M Y K H S L
Decimal 18 127 238 0.92 0.47 0 0.07 210.27 0.87 0.5
Hex 12 7F EE 5C 2F 0 7 D2 57 32
Octal 22 177 356 134 57 0 7 322 127 62
Binary 10010 1111111 11101110 1011100 101111 0 111 11010010 1010111 110010

Color Harmonies of #127FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FEE

Black with #127FEE

Text Example


Text Example

White with #127FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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