Html Css Color HEX #117DF3 Dodger Blue

📋 copy color: '#117DF3'

red 17 ◦ green 125 ◦ blue 243

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

Shades of Dodger Blue #117DF3

Tints of Dodger Blue #117DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.12%

R = 4.42%
G = 32.47%
B = 63.12%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#117DF3 (or 0x117DF3) is known color: Dodger Blue. HEX triplet: 11, 7D and F3. RGB value is (17,125,243). Sum of RGB (Red+Green+Blue) = 17+125+243=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #117DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DF3 is #EE820C. Grayscale: #696969. Windows color (decimal): -15630861 or 15957265. OLE color: 15957265.

HSL color Cylindrical-coordinate representation of color #117DF3: hue angle of 211.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DF3 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 125 243 -
CMYK 0.93 0.49 0 0.05
HSL 211.33º 0.9% 0.51% -
HSV(B) 211.33º 0.93% 0.95% -
XYZ 23.74 21.26 87.65 -
YUV 106.16 205.22 64.41 -
System Red Green Blue C M Y K H S L
Decimal 17 125 243 0.93 0.49 0 0.05 211.33 0.9 0.51
Hex 11 7D F3 5D 31 0 5 D3 5A 33
Octal 21 175 363 135 61 0 5 323 132 63
Binary 10001 1111101 11110011 1011101 110001 0 101 11010011 1011010 110011

Color Harmonies of #117DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DF3

Black with #117DF3

Text Example


Text Example

White with #117DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,243); }

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

background-color css

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

 a { background-color: rgb(17,125,243); }

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

border-color css

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

 span { border-color: rgb(17,125,243); }

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