Html Css Color HEX #1173FA Dodger Blue

📋 copy color: '#1173FA'

red 17 ◦ green 115 ◦ blue 250

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

Shades of Dodger Blue #1173FA

Tints of Dodger Blue #1173FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 4.45%
G = 30.1%
B = 65.45%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1173FA (or 0x1173FA) is known color: Dodger Blue. HEX triplet: 11, 73 and FA. RGB value is (17,115,250). Sum of RGB (Red+Green+Blue) = 17+115+250=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #1173FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1173FA is #EE8C05. Grayscale: #646464. Windows color (decimal): -15633414 or 16413457. OLE color: 16413457.

HSL color Cylindrical-coordinate representation of color #1173FA: hue angle of 214.76º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1173FA is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 115 250 -
CMYK 0.93 0.54 0 0.02
HSL 214.76º 0.96% 0.52% -
HSV(B) 214.76º 0.93% 0.98% -
XYZ 23.62 19.28 92.92 -
YUV 101.09 212.03 68.02 -
System Red Green Blue C M Y K H S L
Decimal 17 115 250 0.93 0.54 0 0.02 214.76 0.96 0.52
Hex 11 73 FA 5D 36 0 2 D7 60 34
Octal 21 163 372 135 66 0 2 327 140 64
Binary 10001 1110011 11111010 1011101 110110 0 10 11010111 1100000 110100

Color Harmonies of #1173FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1173FA

Black with #1173FA

Text Example


Text Example

White with #1173FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1173FA; }

 p { color: rgb(17,115,250); }

 H1.HeaderClassName
 {
   color: #1173FA;
 }
 .AnyTagClassName
 {
   color: #1173FA;
 }
</style>

background-color css

<style>
 a { background-color: #1173FA; }

 a { background-color: rgb(17,115,250); }

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

border-color css

<style>
 span { border-color: #1173FA; }

 span { border-color: rgb(17,115,250); }

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