Html Css Color HEX #117CFB Dodger Blue

📋 copy color: '#117CFB'

red 17 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #117CFB

Tints of Dodger Blue #117CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 4.34%
G = 31.63%
B = 64.03%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#117CFB (or 0x117CFB) is known color: Dodger Blue. HEX triplet: 11, 7C and FB. RGB value is (17,124,251). Sum of RGB (Red+Green+Blue) = 17+124+251=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #117CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CFB is #EE8304. Grayscale: #696969. Windows color (decimal): -15631109 or 16481297. OLE color: 16481297.

HSL color Cylindrical-coordinate representation of color #117CFB: hue angle of 212.56º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CFB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 124 251 -
CMYK 0.93 0.51 0 0.02
HSL 212.56º 0.97% 0.53% -
HSV(B) 212.56º 0.93% 0.98% -
XYZ 24.85 21.5 94.11 -
YUV 106.49 209.55 64.17 -
System Red Green Blue C M Y K H S L
Decimal 17 124 251 0.93 0.51 0 0.02 212.56 0.97 0.53
Hex 11 7C FB 5D 33 0 2 D5 61 35
Octal 21 174 373 135 63 0 2 325 141 65
Binary 10001 1111100 11111011 1011101 110011 0 10 11010101 1100001 110101

Color Harmonies of #117CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CFB

Black with #117CFB

Text Example


Text Example

White with #117CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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