Html Css Color HEX #127CF4 Dodger Blue

📋 copy color: '#127CF4'

red 18 ◦ green 124 ◦ blue 244

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

Shades of Dodger Blue #127CF4

Tints of Dodger Blue #127CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 63.21%

R = 4.66%
G = 32.12%
B = 63.21%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#127CF4 (or 0x127CF4) is known color: Dodger Blue. HEX triplet: 12, 7C and F4. RGB value is (18,124,244). Sum of RGB (Red+Green+Blue) = 18+124+244=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #127CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CF4 is #ED830B. Grayscale: #696969. Windows color (decimal): -15565580 or 16022546. OLE color: 16022546.

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

Color convert

RGB 18 124 244 -
CMYK 0.93 0.49 0 0.04
HSL 211.86º 0.91% 0.51% -
HSV(B) 211.86º 0.93% 0.96% -
XYZ 23.79 21.08 88.4 -
YUV 105.99 205.88 65.24 -
System Red Green Blue C M Y K H S L
Decimal 18 124 244 0.93 0.49 0 0.04 211.86 0.91 0.51
Hex 12 7C F4 5D 31 0 4 D4 5B 33
Octal 22 174 364 135 61 0 4 324 133 63
Binary 10010 1111100 11110100 1011101 110001 0 100 11010100 1011011 110011

Color Harmonies of #127CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CF4

Black with #127CF4

Text Example


Text Example

White with #127CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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