Html Css Color HEX #117FF4 Dodger Blue

📋 copy color: '#117FF4'

red 17 ◦ green 127 ◦ blue 244

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

Shades of Dodger Blue #117FF4

Tints of Dodger Blue #117FF4

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 244 (95.7% from 255) = 62.89%

R = 4.38%
G = 32.73%
B = 62.89%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#117FF4 (or 0x117FF4) is known color: Dodger Blue. HEX triplet: 11, 7F and F4. RGB value is (17,127,244). Sum of RGB (Red+Green+Blue) = 17+127+244=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #117FF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FF4 is #EE800B. Grayscale: #6A6A6A. Windows color (decimal): -15630348 or 16023313. OLE color: 16023313.

HSL color Cylindrical-coordinate representation of color #117FF4: hue angle of 210.93º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117FF4 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 127 244 -
CMYK 0.93 0.48 0 0.04
HSL 210.93º 0.91% 0.51% -
HSV(B) 210.93º 0.93% 0.96% -
XYZ 24.15 21.83 88.53 -
YUV 107.45 205.06 63.49 -
System Red Green Blue C M Y K H S L
Decimal 17 127 244 0.93 0.48 0 0.04 210.93 0.91 0.51
Hex 11 7F F4 5D 30 0 4 D3 5B 33
Octal 21 177 364 135 60 0 4 323 133 63
Binary 10001 1111111 11110100 1011101 110000 0 100 11010011 1011011 110011

Color Harmonies of #117FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FF4

Black with #117FF4

Text Example


Text Example

White with #117FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,127,244); }

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

background-color css

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

 a { background-color: rgb(17,127,244); }

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

border-color css

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

 span { border-color: rgb(17,127,244); }

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