Html Css Color HEX #127BEF Dodger Blue

📋 copy color: '#127BEF'

red 18 ◦ green 123 ◦ blue 239

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

Shades of Dodger Blue #127BEF

Tints of Dodger Blue #127BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

 BLUE value IS 239 (93.75% from 255) = 62.89%

R = 4.74%
G = 32.37%
B = 62.89%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#127BEF (or 0x127BEF) is known color: Dodger Blue. HEX triplet: 12, 7B and EF. RGB value is (18,123,239). Sum of RGB (Red+Green+Blue) = 18+123+239=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #127BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127BEF is #ED8410. Grayscale: #686868. Windows color (decimal): -15565841 or 15694610. OLE color: 15694610.

HSL color Cylindrical-coordinate representation of color #127BEF: hue angle of 211.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127BEF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 123 239 -
CMYK 0.92 0.49 0 0.06
HSL 211.49º 0.87% 0.5% -
HSV(B) 211.49º 0.92% 0.94% -
XYZ 22.91 20.53 84.42 -
YUV 104.83 203.71 66.07 -
System Red Green Blue C M Y K H S L
Decimal 18 123 239 0.92 0.49 0 0.06 211.49 0.87 0.5
Hex 12 7B EF 5C 31 0 6 D3 57 32
Octal 22 173 357 134 61 0 6 323 127 62
Binary 10010 1111011 11101111 1011100 110001 0 110 11010011 1010111 110010

Color Harmonies of #127BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BEF

Black with #127BEF

Text Example


Text Example

White with #127BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,123,239); }

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

background-color css

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

 a { background-color: rgb(18,123,239); }

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

border-color css

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

 span { border-color: rgb(18,123,239); }

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