Html Css Color HEX #1172FE Dodger Blue

📋 copy color: '#1172FE'

red 17 ◦ green 114 ◦ blue 254

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

Shades of Dodger Blue #1172FE

Tints of Dodger Blue #1172FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 4.42%
G = 29.61%
B = 65.97%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1172FE (or 0x1172FE) is known color: Dodger Blue. HEX triplet: 11, 72 and FE. RGB value is (17,114,254). Sum of RGB (Red+Green+Blue) = 17+114+254=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #1172FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1172FE is #EE8D01. Grayscale: #646464. Windows color (decimal): -15633666 or 16675345. OLE color: 16675345.

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

Color convert

RGB 17 114 254 -
CMYK 0.93 0.55 0 0.00
HSL 215.44º 0.99% 0.53% -
HSV(B) 215.44º 0.93% 1% -
XYZ 24.14 19.31 96.22 -
YUV 100.96 214.36 68.12 -
System Red Green Blue C M Y K H S L
Decimal 17 114 254 0.93 0.55 0 0.00 215.44 0.99 0.53
Hex 11 72 FE 5D 37 0 0 D7 63 35
Octal 21 162 376 135 67 0 0 327 143 65
Binary 10001 1110010 11111110 1011101 110111 0 0 11010111 1100011 110101

Color Harmonies of #1172FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172FE

Black with #1172FE

Text Example


Text Example

White with #1172FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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