Html Css Color HEX #127EF8 Dodger Blue

📋 copy color: '#127EF8'

red 18 ◦ green 126 ◦ blue 248

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

Shades of Dodger Blue #127EF8

Tints of Dodger Blue #127EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 4.59%
G = 32.14%
B = 63.27%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#127EF8 (or 0x127EF8) is known color: Dodger Blue. HEX triplet: 12, 7E and F8. RGB value is (18,126,248). Sum of RGB (Red+Green+Blue) = 18+126+248=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #127EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127EF8 is #ED8107. Grayscale: #6B6B6B. Windows color (decimal): -15565064 or 16285202. OLE color: 16285202.

HSL color Cylindrical-coordinate representation of color #127EF8: hue angle of 211.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127EF8 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 126 248 -
CMYK 0.93 0.49 0 0.03
HSL 211.83º 0.94% 0.52% -
HSV(B) 211.83º 0.93% 0.97% -
XYZ 24.65 21.83 91.72 -
YUV 107.62 207.22 64.08 -
System Red Green Blue C M Y K H S L
Decimal 18 126 248 0.93 0.49 0 0.03 211.83 0.94 0.52
Hex 12 7E F8 5D 31 0 3 D4 5E 34
Octal 22 176 370 135 61 0 3 324 136 64
Binary 10010 1111110 11111000 1011101 110001 0 11 11010100 1011110 110100

Color Harmonies of #127EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EF8

Black with #127EF8

Text Example


Text Example

White with #127EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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