Html Css Color HEX #1181FD Dodger Blue

📋 copy color: '#1181FD'

red 17 ◦ green 129 ◦ blue 253

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

Shades of Dodger Blue #1181FD

Tints of Dodger Blue #1181FD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

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

R = 4.26%
G = 32.33%
B = 63.41%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1181FD (or 0x1181FD) is known color: Dodger Blue. HEX triplet: 11, 81 and FD. RGB value is (17,129,253). Sum of RGB (Red+Green+Blue) = 17+129+253=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #1181FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1181FD is #EE7E02. Grayscale: #6D6D6D. Windows color (decimal): -15629827 or 16613649. OLE color: 16613649.

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

Color convert

RGB 17 129 253 -
CMYK 0.93 0.49 0 0.01
HSL 211.53º 0.98% 0.53% -
HSV(B) 211.53º 0.93% 0.99% -
XYZ 25.81 22.91 95.99 -
YUV 109.65 208.89 61.92 -
System Red Green Blue C M Y K H S L
Decimal 17 129 253 0.93 0.49 0 0.01 211.53 0.98 0.53
Hex 11 81 FD 5D 31 0 1 D4 62 35
Octal 21 201 375 135 61 0 1 324 142 65
Binary 10001 10000001 11111101 1011101 110001 0 1 11010100 1100010 110101

Color Harmonies of #1181FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1181FD

Black with #1181FD

Text Example


Text Example

White with #1181FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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