Html Css Color HEX #127CF7 Dodger Blue

📋 copy color: '#127CF7'

red 18 ◦ green 124 ◦ blue 247

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

Shades of Dodger Blue #127CF7

Tints of Dodger Blue #127CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.5%

R = 4.63%
G = 31.88%
B = 63.5%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#127CF7 (or 0x127CF7) is known color: Dodger Blue. HEX triplet: 12, 7C and F7. RGB value is (18,124,247). Sum of RGB (Red+Green+Blue) = 18+124+247=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #127CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CF7 is #ED8308. Grayscale: #696969. Windows color (decimal): -15565577 or 16219154. OLE color: 16219154.

HSL color Cylindrical-coordinate representation of color #127CF7: hue angle of 212.23º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127CF7 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 124 247 -
CMYK 0.93 0.50 0 0.03
HSL 212.23º 0.93% 0.52% -
HSV(B) 212.23º 0.93% 0.97% -
XYZ 24.25 21.26 90.82 -
YUV 106.33 207.38 65 -
System Red Green Blue C M Y K H S L
Decimal 18 124 247 0.93 0.50 0 0.03 212.23 0.93 0.52
Hex 12 7C F7 5D 32 0 3 D4 5D 34
Octal 22 174 367 135 62 0 3 324 135 64
Binary 10010 1111100 11110111 1011101 110010 0 11 11010100 1011101 110100

Color Harmonies of #127CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CF7

Black with #127CF7

Text Example


Text Example

White with #127CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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