Html Css Color HEX #127DF8 Dodger Blue

📋 copy color: '#127DF8'

red 18 ◦ green 125 ◦ blue 248

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

Shades of Dodger Blue #127DF8

Tints of Dodger Blue #127DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.43%

R = 4.6%
G = 31.97%
B = 63.43%

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

#127DF8 (or 0x127DF8) is known color: Dodger Blue. HEX triplet: 12, 7D and F8. RGB value is (18,125,248). Sum of RGB (Red+Green+Blue) = 18+125+248=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #127DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127DF8 is #ED8207. Grayscale: #6A6A6A. Windows color (decimal): -15565320 or 16284946. OLE color: 16284946.

HSL color Cylindrical-coordinate representation of color #127DF8: hue angle of 212.09º degrees, saturation: 0.94, 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 #127DF8 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 125 248 -
CMYK 0.93 0.50 0 0.03
HSL 212.09º 0.94% 0.52% -
HSV(B) 212.09º 0.93% 0.97% -
XYZ 24.53 21.57 91.68 -
YUV 107.03 207.55 64.5 -
System Red Green Blue C M Y K H S L
Decimal 18 125 248 0.93 0.50 0 0.03 212.09 0.94 0.52
Hex 12 7D F8 5D 32 0 3 D4 5E 34
Octal 22 175 370 135 62 0 3 324 136 64
Binary 10010 1111101 11111000 1011101 110010 0 11 11010100 1011110 110100

Color Harmonies of #127DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DF8

Black with #127DF8

Text Example


Text Example

White with #127DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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