Html Css Color HEX #127FEA Dodger Blue

📋 copy color: '#127FEA'

red 18 ◦ green 127 ◦ blue 234

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

Shades of Dodger Blue #127FEA

Tints of Dodger Blue #127FEA

RGB

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

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

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

R = 4.75%
G = 33.51%
B = 61.74%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#127FEA (or 0x127FEA) is known color: Dodger Blue. HEX triplet: 12, 7F and EA. RGB value is (18,127,234). Sum of RGB (Red+Green+Blue) = 18+127+234=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #127FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FEA is #ED8015. Grayscale: #6A6A6A. Windows color (decimal): -15564822 or 15367954. OLE color: 15367954.

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

Color convert

RGB 18 127 234 -
CMYK 0.92 0.46 0 0.08
HSL 209.72º 0.86% 0.49% -
HSV(B) 209.72º 0.92% 0.92% -
XYZ 22.69 21.25 80.75 -
YUV 106.61 199.89 64.8 -
System Red Green Blue C M Y K H S L
Decimal 18 127 234 0.92 0.46 0 0.08 209.72 0.86 0.49
Hex 12 7F EA 5C 2E 0 8 D2 56 31
Octal 22 177 352 134 56 0 10 322 126 61
Binary 10010 1111111 11101010 1011100 101110 0 1000 11010010 1010110 110001

Color Harmonies of #127FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FEA

Black with #127FEA

Text Example


Text Example

White with #127FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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