Html Css Color HEX #1172FD Dodger Blue

📋 copy color: '#1172FD'

red 17 ◦ green 114 ◦ blue 253

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

Shades of Dodger Blue #1172FD

Tints of Dodger Blue #1172FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 4.43%
G = 29.69%
B = 65.89%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1172FD (or 0x1172FD) is known color: Dodger Blue. HEX triplet: 11, 72 and FD. RGB value is (17,114,253). Sum of RGB (Red+Green+Blue) = 17+114+253=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #1172FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1172FD is #EE8D02. Grayscale: #646464. Windows color (decimal): -15633667 or 16609809. OLE color: 16609809.

HSL color Cylindrical-coordinate representation of color #1172FD: hue angle of 215.34º 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 #1172FD is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 114 253 -
CMYK 0.93 0.55 0 0.01
HSL 215.34º 0.98% 0.53% -
HSV(B) 215.34º 0.93% 0.99% -
XYZ 23.98 19.25 95.38 -
YUV 100.84 213.86 68.2 -
System Red Green Blue C M Y K H S L
Decimal 17 114 253 0.93 0.55 0 0.01 215.34 0.98 0.53
Hex 11 72 FD 5D 37 0 1 D7 62 35
Octal 21 162 375 135 67 0 1 327 142 65
Binary 10001 1110010 11111101 1011101 110111 0 1 11010111 1100010 110101

Color Harmonies of #1172FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172FD

Black with #1172FD

Text Example


Text Example

White with #1172FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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