Html Css Color HEX #1182FB Dodger Blue

📋 copy color: '#1182FB'

red 17 ◦ green 130 ◦ blue 251

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

Shades of Dodger Blue #1182FB

Tints of Dodger Blue #1182FB

RGB

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

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

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

R = 4.27%
G = 32.66%
B = 63.07%

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

#1182FB (or 0x1182FB) is known color: Dodger Blue. HEX triplet: 11, 82 and FB. RGB value is (17,130,251). Sum of RGB (Red+Green+Blue) = 17+130+251=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #1182FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1182FB is #EE7D04. Grayscale: #6D6D6D. Windows color (decimal): -15629573 or 16482833. OLE color: 16482833.

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

Color convert

RGB 17 130 251 -
CMYK 0.93 0.48 0 0.02
HSL 211.03º 0.97% 0.53% -
HSV(B) 211.03º 0.93% 0.98% -
XYZ 25.63 23.05 94.37 -
YUV 110.01 207.56 61.66 -
System Red Green Blue C M Y K H S L
Decimal 17 130 251 0.93 0.48 0 0.02 211.03 0.97 0.53
Hex 11 82 FB 5D 30 0 2 D3 61 35
Octal 21 202 373 135 60 0 2 323 141 65
Binary 10001 10000010 11111011 1011101 110000 0 10 11010011 1100001 110101

Color Harmonies of #1182FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1182FB

Black with #1182FB

Text Example


Text Example

White with #1182FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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