Html Css Color HEX #117CEA Dodger Blue

📋 copy color: '#117CEA'

red 17 ◦ green 124 ◦ blue 234

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

Shades of Dodger Blue #117CEA

Tints of Dodger Blue #117CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

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

R = 4.53%
G = 33.07%
B = 62.4%

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

#117CEA (or 0x117CEA) is known color: Dodger Blue. HEX triplet: 11, 7C and EA. RGB value is (17,124,234). Sum of RGB (Red+Green+Blue) = 17+124+234=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #117CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CEA is #EE8315. Grayscale: #676767. Windows color (decimal): -15631126 or 15367185. OLE color: 15367185.

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

Color convert

RGB 17 124 234 -
CMYK 0.93 0.47 0 0.08
HSL 210.41º 0.86% 0.49% -
HSV(B) 210.41º 0.93% 0.92% -
XYZ 22.29 20.47 80.62 -
YUV 104.55 201.05 65.56 -
System Red Green Blue C M Y K H S L
Decimal 17 124 234 0.93 0.47 0 0.08 210.41 0.86 0.49
Hex 11 7C EA 5D 2F 0 8 D2 56 31
Octal 21 174 352 135 57 0 10 322 126 61
Binary 10001 1111100 11101010 1011101 101111 0 1000 11010010 1010110 110001

Color Harmonies of #117CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CEA

Black with #117CEA

Text Example


Text Example

White with #117CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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