Html Css Color HEX #127CFF Dodger Blue

📋 copy color: '#127CFF'

red 18 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #127CFF

Tints of Dodger Blue #127CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 255 (100% from 255) = 64.23%

R = 4.53%
G = 31.23%
B = 64.23%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#127CFF (or 0x127CFF) is known color: Dodger Blue. HEX triplet: 12, 7C and FF. RGB value is (18,124,255). Sum of RGB (Red+Green+Blue) = 18+124+255=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #127CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CFF is #ED8300. Grayscale: #6A6A6A. Windows color (decimal): -15565569 or 16743442. OLE color: 16743442.

HSL color Cylindrical-coordinate representation of color #127CFF: hue angle of 213.16º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127CFF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 124 255 -
CMYK 0.93 0.51 0 0
HSL 213.16º 1% 0.54% -
HSV(B) 213.16º 0.93% 1% -
XYZ 25.51 21.76 97.46 -
YUV 107.24 211.38 64.35 -
System Red Green Blue C M Y K H S L
Decimal 18 124 255 0.93 0.51 0 0 213.16 1 0.54
Hex 12 7C FF 5D 33 0 0 D5 64 36
Octal 22 174 377 135 63 0 0 325 144 66
Binary 10010 1111100 11111111 1011101 110011 0 0 11010101 1100100 110110

Color Harmonies of #127CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CFF

Black with #127CFF

Text Example


Text Example

White with #127CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,255); }

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

background-color css

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

 a { background-color: rgb(18,124,255); }

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

border-color css

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

 span { border-color: rgb(18,124,255); }

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