Html Css Color HEX #1174FD Dodger Blue

📋 copy color: '#1174FD'

red 17 ◦ green 116 ◦ blue 253

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

Shades of Dodger Blue #1174FD

Tints of Dodger Blue #1174FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 4.4%
G = 30.05%
B = 65.54%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1174FD (or 0x1174FD) is known color: Dodger Blue. HEX triplet: 11, 74 and FD. RGB value is (17,116,253). Sum of RGB (Red+Green+Blue) = 17+116+253=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #1174FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1174FD is #EE8B02. Grayscale: #656565. Windows color (decimal): -15633155 or 16610321. OLE color: 16610321.

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

Color convert

RGB 17 116 253 -
CMYK 0.93 0.54 0 0.01
HSL 214.83º 0.98% 0.53% -
HSV(B) 214.83º 0.93% 0.99% -
XYZ 24.21 19.7 95.46 -
YUV 102.02 213.2 67.36 -
System Red Green Blue C M Y K H S L
Decimal 17 116 253 0.93 0.54 0 0.01 214.83 0.98 0.53
Hex 11 74 FD 5D 36 0 1 D7 62 35
Octal 21 164 375 135 66 0 1 327 142 65
Binary 10001 1110100 11111101 1011101 110110 0 1 11010111 1100010 110101

Color Harmonies of #1174FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1174FD

Black with #1174FD

Text Example


Text Example

White with #1174FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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