Html Css Color HEX #127DE8 Dodger Blue

📋 copy color: '#127DE8'

red 18 ◦ green 125 ◦ blue 232

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

Shades of Dodger Blue #127DE8

Tints of Dodger Blue #127DE8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 232 (91.02% from 255) = 61.87%

R = 4.8%
G = 33.33%
B = 61.87%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#127DE8 (or 0x127DE8) is known color: Dodger Blue. HEX triplet: 12, 7D and E8. RGB value is (18,125,232). Sum of RGB (Red+Green+Blue) = 18+125+232=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #127DE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127DE8 is #ED8217. Grayscale: #686868. Windows color (decimal): -15565336 or 15236370. OLE color: 15236370.

HSL color Cylindrical-coordinate representation of color #127DE8: hue angle of 210º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127DE8 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 125 232 -
CMYK 0.92 0.46 0 0.09
HSL 210º 0.86% 0.49% -
HSV(B) 210º 0.92% 0.91% -
XYZ 22.15 20.62 79.16 -
YUV 105.21 199.55 65.8 -
System Red Green Blue C M Y K H S L
Decimal 18 125 232 0.92 0.46 0 0.09 210 0.86 0.49
Hex 12 7D E8 5C 2E 0 9 D2 56 31
Octal 22 175 350 134 56 0 11 322 126 61
Binary 10010 1111101 11101000 1011100 101110 0 1001 11010010 1010110 110001

Color Harmonies of #127DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DE8

Black with #127DE8

Text Example


Text Example

White with #127DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,125,232); }

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

background-color css

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

 a { background-color: rgb(18,125,232); }

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

border-color css

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

 span { border-color: rgb(18,125,232); }

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