Html Css Color HEX #127CF0 Dodger Blue

📋 copy color: '#127CF0'

red 18 ◦ green 124 ◦ blue 240

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

Shades of Dodger Blue #127CF0

Tints of Dodger Blue #127CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.83%

R = 4.71%
G = 32.46%
B = 62.83%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#127CF0 (or 0x127CF0) is known color: Dodger Blue. HEX triplet: 12, 7C and F0. RGB value is (18,124,240). Sum of RGB (Red+Green+Blue) = 18+124+240=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 240 (94.14% from 255 or 62.83% from 382); Max value from RGB is 240 - color contains mainly: blue. Hex color #127CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CF0 is #ED830F. Grayscale: #686868. Windows color (decimal): -15565584 or 15760402. OLE color: 15760402.

HSL color Cylindrical-coordinate representation of color #127CF0: hue angle of 211.35º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127CF0 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 124 240 -
CMYK 0.92 0.48 0 0.06
HSL 211.35º 0.88% 0.51% -
HSV(B) 211.35º 0.93% 0.94% -
XYZ 23.19 20.84 85.24 -
YUV 105.53 203.88 65.57 -
System Red Green Blue C M Y K H S L
Decimal 18 124 240 0.92 0.48 0 0.06 211.35 0.88 0.51
Hex 12 7C F0 5C 30 0 6 D3 58 33
Octal 22 174 360 134 60 0 6 323 130 63
Binary 10010 1111100 11110000 1011100 110000 0 110 11010011 1011000 110011

Color Harmonies of #127CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CF0

Black with #127CF0

Text Example


Text Example

White with #127CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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