Html Css Color HEX #117AEA Dodger Blue

📋 copy color: '#117AEA'

red 17 ◦ green 122 ◦ blue 234

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

Shades of Dodger Blue #117AEA

Tints of Dodger Blue #117AEA

RGB

 RED value IS 17 (7.03% from 255) = 4.56%

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

 BLUE value IS 234 (91.8% from 255) = 62.73%

R = 4.56%
G = 32.71%
B = 62.73%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#117AEA (or 0x117AEA) is known color: Dodger Blue. HEX triplet: 11, 7A and EA. RGB value is (17,122,234). Sum of RGB (Red+Green+Blue) = 17+122+234=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #117AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AEA is #EE8515. Grayscale: #666666. Windows color (decimal): -15631638 or 15366673. OLE color: 15366673.

HSL color Cylindrical-coordinate representation of color #117AEA: hue angle of 210.97º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117AEA is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 122 234 -
CMYK 0.93 0.48 0 0.08
HSL 210.97º 0.86% 0.49% -
HSV(B) 210.97º 0.93% 0.92% -
XYZ 22.04 19.98 80.54 -
YUV 103.37 201.71 66.39 -
System Red Green Blue C M Y K H S L
Decimal 17 122 234 0.93 0.48 0 0.08 210.97 0.86 0.49
Hex 11 7A EA 5D 30 0 8 D3 56 31
Octal 21 172 352 135 60 0 10 323 126 61
Binary 10001 1111010 11101010 1011101 110000 0 1000 11010011 1010110 110001

Color Harmonies of #117AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AEA

Black with #117AEA

Text Example


Text Example

White with #117AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117AEA; }

 p { color: rgb(17,122,234); }

 H1.HeaderClassName
 {
   color: #117AEA;
 }
 .AnyTagClassName
 {
   color: #117AEA;
 }
</style>

background-color css

<style>
 a { background-color: #117AEA; }

 a { background-color: rgb(17,122,234); }

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

border-color css

<style>
 span { border-color: #117AEA; }

 span { border-color: rgb(17,122,234); }

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