Html Css Color HEX #1174EB Dodger Blue

📋 copy color: '#1174EB'

red 17 ◦ green 116 ◦ blue 235

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

Shades of Dodger Blue #1174EB

Tints of Dodger Blue #1174EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 4.62%
G = 31.52%
B = 63.86%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1174EB (or 0x1174EB) is known color: Dodger Blue. HEX triplet: 11, 74 and EB. RGB value is (17,116,235). Sum of RGB (Red+Green+Blue) = 17+116+235=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #1174EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1174EB is #EE8B14. Grayscale: #636363. Windows color (decimal): -15633173 or 15430673. OLE color: 15430673.

HSL color Cylindrical-coordinate representation of color #1174EB: hue angle of 212.75º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1174EB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 116 235 -
CMYK 0.93 0.51 0 0.08
HSL 212.75º 0.87% 0.49% -
HSV(B) 212.75º 0.93% 0.92% -
XYZ 21.47 18.61 81.06 -
YUV 99.97 204.2 68.82 -
System Red Green Blue C M Y K H S L
Decimal 17 116 235 0.93 0.51 0 0.08 212.75 0.87 0.49
Hex 11 74 EB 5D 33 0 8 D5 57 31
Octal 21 164 353 135 63 0 10 325 127 61
Binary 10001 1110100 11101011 1011101 110011 0 1000 11010101 1010111 110001

Color Harmonies of #1174EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1174EB

Black with #1174EB

Text Example


Text Example

White with #1174EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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