Html Css Color HEX #127AE5 Dodger Blue

📋 copy color: '#127AE5'

red 18 ◦ green 122 ◦ blue 229

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

Shades of Dodger Blue #127AE5

Tints of Dodger Blue #127AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

 BLUE value IS 229 (89.84% from 255) = 62.06%

R = 4.88%
G = 33.06%
B = 62.06%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#127AE5 (or 0x127AE5) is known color: Dodger Blue. HEX triplet: 12, 7A and E5. RGB value is (18,122,229). Sum of RGB (Red+Green+Blue) = 18+122+229=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #127AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AE5 is #ED851A. Grayscale: #666666. Windows color (decimal): -15566107 or 15038994. OLE color: 15038994.

HSL color Cylindrical-coordinate representation of color #127AE5: hue angle of 210.43º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127AE5 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 122 229 -
CMYK 0.92 0.47 0 0.10
HSL 210.43º 0.85% 0.48% -
HSV(B) 210.43º 0.92% 0.9% -
XYZ 21.35 19.7 76.81 -
YUV 103.1 199.04 67.3 -
System Red Green Blue C M Y K H S L
Decimal 18 122 229 0.92 0.47 0 0.10 210.43 0.85 0.48
Hex 12 7A E5 5C 2F 0 A D2 55 30
Octal 22 172 345 134 57 0 12 322 125 60
Binary 10010 1111010 11100101 1011100 101111 0 1010 11010010 1010101 110000

Color Harmonies of #127AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AE5

Black with #127AE5

Text Example


Text Example

White with #127AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,229); }

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

background-color css

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

 a { background-color: rgb(18,122,229); }

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

border-color css

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

 span { border-color: rgb(18,122,229); }

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