Html Css Color HEX #1181FE Dodger Blue

📋 copy color: '#1181FE'

red 17 ◦ green 129 ◦ blue 254

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

Shades of Dodger Blue #1181FE

Tints of Dodger Blue #1181FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.5%

R = 4.25%
G = 32.25%
B = 63.5%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1181FE (or 0x1181FE) is known color: Dodger Blue. HEX triplet: 11, 81 and FE. RGB value is (17,129,254). Sum of RGB (Red+Green+Blue) = 17+129+254=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #1181FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1181FE is #EE7E01. Grayscale: #6D6D6D. Windows color (decimal): -15629826 or 16679185. OLE color: 16679185.

HSL color Cylindrical-coordinate representation of color #1181FE: hue angle of 211.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1181FE is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 129 254 -
CMYK 0.93 0.49 0 0.00
HSL 211.65º 0.99% 0.53% -
HSV(B) 211.65º 0.93% 1% -
XYZ 25.97 22.98 96.83 -
YUV 109.76 209.39 61.84 -
System Red Green Blue C M Y K H S L
Decimal 17 129 254 0.93 0.49 0 0.00 211.65 0.99 0.53
Hex 11 81 FE 5D 31 0 0 D4 63 35
Octal 21 201 376 135 61 0 0 324 143 65
Binary 10001 10000001 11111110 1011101 110001 0 0 11010100 1100011 110101

Color Harmonies of #1181FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1181FE

Black with #1181FE

Text Example


Text Example

White with #1181FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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