Html Css Color HEX #127CF3 Dodger Blue

📋 copy color: '#127CF3'

red 18 ◦ green 124 ◦ blue 243

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

Shades of Dodger Blue #127CF3

Tints of Dodger Blue #127CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.12%

R = 4.68%
G = 32.21%
B = 63.12%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#127CF3 (or 0x127CF3) is known color: Dodger Blue. HEX triplet: 12, 7C and F3. RGB value is (18,124,243). Sum of RGB (Red+Green+Blue) = 18+124+243=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #127CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CF3 is #ED830C. Grayscale: #696969. Windows color (decimal): -15565581 or 15957010. OLE color: 15957010.

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

Color convert

RGB 18 124 243 -
CMYK 0.93 0.49 0 0.05
HSL 211.73º 0.9% 0.51% -
HSV(B) 211.73º 0.93% 0.95% -
XYZ 23.63 21.01 87.6 -
YUV 105.87 205.38 65.32 -
System Red Green Blue C M Y K H S L
Decimal 18 124 243 0.93 0.49 0 0.05 211.73 0.9 0.51
Hex 12 7C F3 5D 31 0 5 D4 5A 33
Octal 22 174 363 135 61 0 5 324 132 63
Binary 10010 1111100 11110011 1011101 110001 0 101 11010100 1011010 110011

Color Harmonies of #127CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CF3

Black with #127CF3

Text Example


Text Example

White with #127CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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