Html Css Color HEX #1179FB Dodger Blue

📋 copy color: '#1179FB'

red 17 ◦ green 121 ◦ blue 251

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

Shades of Dodger Blue #1179FB

Tints of Dodger Blue #1179FB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 4.37%
G = 31.11%
B = 64.52%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1179FB (or 0x1179FB) is known color: Dodger Blue. HEX triplet: 11, 79 and FB. RGB value is (17,121,251). Sum of RGB (Red+Green+Blue) = 17+121+251=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #1179FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1179FB is #EE8604. Grayscale: #686868. Windows color (decimal): -15631877 or 16480529. OLE color: 16480529.

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

Color convert

RGB 17 121 251 -
CMYK 0.93 0.52 0 0.02
HSL 213.33º 0.97% 0.53% -
HSV(B) 213.33º 0.93% 0.98% -
XYZ 24.48 20.76 93.98 -
YUV 104.72 210.54 65.43 -
System Red Green Blue C M Y K H S L
Decimal 17 121 251 0.93 0.52 0 0.02 213.33 0.97 0.53
Hex 11 79 FB 5D 34 0 2 D5 61 35
Octal 21 171 373 135 64 0 2 325 141 65
Binary 10001 1111001 11111011 1011101 110100 0 10 11010101 1100001 110101

Color Harmonies of #1179FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1179FB

Black with #1179FB

Text Example


Text Example

White with #1179FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1179FB; }

 p { color: rgb(17,121,251); }

 H1.HeaderClassName
 {
   color: #1179FB;
 }
 .AnyTagClassName
 {
   color: #1179FB;
 }
</style>

background-color css

<style>
 a { background-color: #1179FB; }

 a { background-color: rgb(17,121,251); }

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

border-color css

<style>
 span { border-color: #1179FB; }

 span { border-color: rgb(17,121,251); }

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