Html Css Color HEX #1172FF Dodger Blue

📋 copy color: '#1172FF'

red 17 ◦ green 114 ◦ blue 255

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

Shades of Dodger Blue #1172FF

Tints of Dodger Blue #1172FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

 BLUE value IS 255 (100% from 255) = 66.06%

R = 4.4%
G = 29.53%
B = 66.06%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1172FF (or 0x1172FF) is known color: Dodger Blue. HEX triplet: 11, 72 and FF. RGB value is (17,114,255). Sum of RGB (Red+Green+Blue) = 17+114+255=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #1172FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1172FF is #EE8D00. Grayscale: #646464. Windows color (decimal): -15633665 or 16740881. OLE color: 16740881.

HSL color Cylindrical-coordinate representation of color #1172FF: hue angle of 215.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1172FF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 114 255 -
CMYK 0.93 0.55 0 0
HSL 215.55º 1% 0.53% -
HSV(B) 215.55º 0.93% 1% -
XYZ 24.3 19.37 97.07 -
YUV 101.07 214.86 68.04 -
System Red Green Blue C M Y K H S L
Decimal 17 114 255 0.93 0.55 0 0 215.55 1 0.53
Hex 11 72 FF 5D 37 0 0 D8 64 35
Octal 21 162 377 135 67 0 0 330 144 65
Binary 10001 1110010 11111111 1011101 110111 0 0 11011000 1100100 110101

Color Harmonies of #1172FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172FF

Black with #1172FF

Text Example


Text Example

White with #1172FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1172FF; }

 p { color: rgb(17,114,255); }

 H1.HeaderClassName
 {
   color: #1172FF;
 }
 .AnyTagClassName
 {
   color: #1172FF;
 }
</style>

background-color css

<style>
 a { background-color: #1172FF; }

 a { background-color: rgb(17,114,255); }

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

border-color css

<style>
 span { border-color: #1172FF; }

 span { border-color: rgb(17,114,255); }

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