Html Css Color HEX #1182F9 Dodger Blue

📋 copy color: '#1182F9'

red 17 ◦ green 130 ◦ blue 249

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

Shades of Dodger Blue #1182F9

Tints of Dodger Blue #1182F9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 249 (97.66% from 255) = 62.88%

R = 4.29%
G = 32.83%
B = 62.88%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1182F9 (or 0x1182F9) is known color: Dodger Blue. HEX triplet: 11, 82 and F9. RGB value is (17,130,249). Sum of RGB (Red+Green+Blue) = 17+130+249=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 249 (97.66% from 255 or 62.88% from 396); Max value from RGB is 249 - color contains mainly: blue. Hex color #1182F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1182F9 is #EE7D06. Grayscale: #6D6D6D. Windows color (decimal): -15629575 or 16351761. OLE color: 16351761.

HSL color Cylindrical-coordinate representation of color #1182F9: hue angle of 210.78º degrees, saturation: 0.95, 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 #1182F9 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 130 249 -
CMYK 0.93 0.48 0 0.02
HSL 210.78º 0.95% 0.52% -
HSV(B) 210.78º 0.93% 0.98% -
XYZ 25.31 22.92 92.71 -
YUV 109.78 206.56 61.82 -
System Red Green Blue C M Y K H S L
Decimal 17 130 249 0.93 0.48 0 0.02 210.78 0.95 0.52
Hex 11 82 F9 5D 30 0 2 D3 5F 34
Octal 21 202 371 135 60 0 2 323 137 64
Binary 10001 10000010 11111001 1011101 110000 0 10 11010011 1011111 110100

Color Harmonies of #1182F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1182F9

Black with #1182F9

Text Example


Text Example

White with #1182F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1182F9; }

 p { color: rgb(17,130,249); }

 H1.HeaderClassName
 {
   color: #1182F9;
 }
 .AnyTagClassName
 {
   color: #1182F9;
 }
</style>

background-color css

<style>
 a { background-color: #1182F9; }

 a { background-color: rgb(17,130,249); }

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

border-color css

<style>
 span { border-color: #1182F9; }

 span { border-color: rgb(17,130,249); }

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