Html Css Color HEX #127CFA Dodger Blue

📋 copy color: '#127CFA'

red 18 ◦ green 124 ◦ blue 250

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

Shades of Dodger Blue #127CFA

Tints of Dodger Blue #127CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 4.59%
G = 31.63%
B = 63.78%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#127CFA (or 0x127CFA) is known color: Dodger Blue. HEX triplet: 12, 7C and FA. RGB value is (18,124,250). Sum of RGB (Red+Green+Blue) = 18+124+250=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #127CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CFA is #ED8305. Grayscale: #6A6A6A. Windows color (decimal): -15565574 or 16415762. OLE color: 16415762.

HSL color Cylindrical-coordinate representation of color #127CFA: hue angle of 212.59º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127CFA is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 124 250 -
CMYK 0.93 0.50 0 0.02
HSL 212.59º 0.96% 0.53% -
HSV(B) 212.59º 0.93% 0.98% -
XYZ 24.71 21.45 93.28 -
YUV 106.67 208.88 64.75 -
System Red Green Blue C M Y K H S L
Decimal 18 124 250 0.93 0.50 0 0.02 212.59 0.96 0.53
Hex 12 7C FA 5D 32 0 2 D5 60 35
Octal 22 174 372 135 62 0 2 325 140 65
Binary 10010 1111100 11111010 1011101 110010 0 10 11010101 1100000 110101

Color Harmonies of #127CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CFA

Black with #127CFA

Text Example


Text Example

White with #127CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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