Html Css Color HEX #127CF9 Dodger Blue

📋 copy color: '#127CF9'

red 18 ◦ green 124 ◦ blue 249

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

Shades of Dodger Blue #127CF9

Tints of Dodger Blue #127CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.68%

R = 4.6%
G = 31.71%
B = 63.68%

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

#127CF9 (or 0x127CF9) is known color: Dodger Blue. HEX triplet: 12, 7C and F9. RGB value is (18,124,249). Sum of RGB (Red+Green+Blue) = 18+124+249=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #127CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CF9 is #ED8306. Grayscale: #696969. Windows color (decimal): -15565575 or 16350226. OLE color: 16350226.

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

Color convert

RGB 18 124 249 -
CMYK 0.93 0.50 0 0.02
HSL 212.47º 0.95% 0.52% -
HSV(B) 212.47º 0.93% 0.98% -
XYZ 24.56 21.38 92.46 -
YUV 106.56 208.38 64.84 -
System Red Green Blue C M Y K H S L
Decimal 18 124 249 0.93 0.50 0 0.02 212.47 0.95 0.52
Hex 12 7C F9 5D 32 0 2 D4 5F 34
Octal 22 174 371 135 62 0 2 324 137 64
Binary 10010 1111100 11111001 1011101 110010 0 10 11010100 1011111 110100

Color Harmonies of #127CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CF9

Black with #127CF9

Text Example


Text Example

White with #127CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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