Html Css Color HEX #117BEA Dodger Blue

📋 copy color: '#117BEA'

red 17 ◦ green 123 ◦ blue 234

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

Shades of Dodger Blue #117BEA

Tints of Dodger Blue #117BEA

RGB

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

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

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

R = 4.55%
G = 32.89%
B = 62.57%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#117BEA (or 0x117BEA) is known color: Dodger Blue. HEX triplet: 11, 7B and EA. RGB value is (17,123,234). Sum of RGB (Red+Green+Blue) = 17+123+234=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #117BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BEA is #EE8415. Grayscale: #676767. Windows color (decimal): -15631382 or 15366929. OLE color: 15366929.

HSL color Cylindrical-coordinate representation of color #117BEA: hue angle of 210.69º 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 #117BEA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 123 234 -
CMYK 0.93 0.47 0 0.08
HSL 210.69º 0.86% 0.49% -
HSV(B) 210.69º 0.93% 0.92% -
XYZ 22.17 20.23 80.58 -
YUV 103.96 201.38 65.97 -
System Red Green Blue C M Y K H S L
Decimal 17 123 234 0.93 0.47 0 0.08 210.69 0.86 0.49
Hex 11 7B EA 5D 2F 0 8 D3 56 31
Octal 21 173 352 135 57 0 10 323 126 61
Binary 10001 1111011 11101010 1011101 101111 0 1000 11010011 1010110 110001

Color Harmonies of #117BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BEA

Black with #117BEA

Text Example


Text Example

White with #117BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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