Html Css Color HEX #127DF0 Dodger Blue

📋 copy color: '#127DF0'

red 18 ◦ green 125 ◦ blue 240

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

Shades of Dodger Blue #127DF0

Tints of Dodger Blue #127DF0

RGB

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

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

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

R = 4.7%
G = 32.64%
B = 62.66%

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

#127DF0 (or 0x127DF0) is known color: Dodger Blue. HEX triplet: 12, 7D and F0. RGB value is (18,125,240). Sum of RGB (Red+Green+Blue) = 18+125+240=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #127DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127DF0 is #ED820F. Grayscale: #696969. Windows color (decimal): -15565328 or 15760658. OLE color: 15760658.

HSL color Cylindrical-coordinate representation of color #127DF0: hue angle of 211.08º 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 #127DF0 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 125 240 -
CMYK 0.92 0.48 0 0.06
HSL 211.08º 0.88% 0.51% -
HSV(B) 211.08º 0.93% 0.94% -
XYZ 23.31 21.09 85.28 -
YUV 106.12 203.55 65.15 -
System Red Green Blue C M Y K H S L
Decimal 18 125 240 0.92 0.48 0 0.06 211.08 0.88 0.51
Hex 12 7D F0 5C 30 0 6 D3 58 33
Octal 22 175 360 134 60 0 6 323 130 63
Binary 10010 1111101 11110000 1011100 110000 0 110 11010011 1011000 110011

Color Harmonies of #127DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DF0

Black with #127DF0

Text Example


Text Example

White with #127DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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