Html Css Color HEX #127DED Dodger Blue

📋 copy color: '#127DED'

red 18 ◦ green 125 ◦ blue 237

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

Shades of Dodger Blue #127DED

Tints of Dodger Blue #127DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 4.74%
G = 32.89%
B = 62.37%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#127DED (or 0x127DED) is known color: Dodger Blue. HEX triplet: 12, 7D and ED. RGB value is (18,125,237). Sum of RGB (Red+Green+Blue) = 18+125+237=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #127DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127DED is #ED8212. Grayscale: #696969. Windows color (decimal): -15565331 or 15564050. OLE color: 15564050.

HSL color Cylindrical-coordinate representation of color #127DED: hue angle of 210.68º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127DED is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 125 237 -
CMYK 0.92 0.47 0 0.07
HSL 210.68º 0.86% 0.5% -
HSV(B) 210.68º 0.92% 0.93% -
XYZ 22.87 20.91 82.95 -
YUV 105.78 202.05 65.39 -
System Red Green Blue C M Y K H S L
Decimal 18 125 237 0.92 0.47 0 0.07 210.68 0.86 0.5
Hex 12 7D ED 5C 2F 0 7 D3 56 32
Octal 22 175 355 134 57 0 7 323 126 62
Binary 10010 1111101 11101101 1011100 101111 0 111 11010011 1010110 110010

Color Harmonies of #127DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DED

Black with #127DED

Text Example


Text Example

White with #127DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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