Html Css Color HEX #117AFC Dodger Blue

📋 copy color: '#117AFC'

red 17 ◦ green 122 ◦ blue 252

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

Shades of Dodger Blue #117AFC

Tints of Dodger Blue #117AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.45%

R = 4.35%
G = 31.2%
B = 64.45%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#117AFC (or 0x117AFC) is known color: Dodger Blue. HEX triplet: 11, 7A and FC. RGB value is (17,122,252). Sum of RGB (Red+Green+Blue) = 17+122+252=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #117AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AFC is #EE8503. Grayscale: #686868. Windows color (decimal): -15631620 or 16546321. OLE color: 16546321.

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

Color convert

RGB 17 122 252 -
CMYK 0.93 0.52 0 0.01
HSL 213.19º 0.98% 0.53% -
HSV(B) 213.19º 0.93% 0.99% -
XYZ 24.76 21.07 94.86 -
YUV 105.43 210.71 64.93 -
System Red Green Blue C M Y K H S L
Decimal 17 122 252 0.93 0.52 0 0.01 213.19 0.98 0.53
Hex 11 7A FC 5D 34 0 1 D5 62 35
Octal 21 172 374 135 64 0 1 325 142 65
Binary 10001 1111010 11111100 1011101 110100 0 1 11010101 1100010 110101

Color Harmonies of #117AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AFC

Black with #117AFC

Text Example


Text Example

White with #117AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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