Html Css Color HEX #1185FE Dodger Blue

📋 copy color: '#1185FE'

red 17 ◦ green 133 ◦ blue 254

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

Shades of Dodger Blue #1185FE

Tints of Dodger Blue #1185FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 4.21%
G = 32.92%
B = 62.87%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1185FE (or 0x1185FE) is known color: Dodger Blue. HEX triplet: 11, 85 and FE. RGB value is (17,133,254). Sum of RGB (Red+Green+Blue) = 17+133+254=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #1185FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1185FE is #EE7A01. Grayscale: #6F6F6F. Windows color (decimal): -15628802 or 16680209. OLE color: 16680209.

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

Color convert

RGB 17 133 254 -
CMYK 0.93 0.48 0 0.00
HSL 210.63º 0.99% 0.53% -
HSV(B) 210.63º 0.93% 1% -
XYZ 26.51 24.05 97.01 -
YUV 112.11 208.07 60.16 -
System Red Green Blue C M Y K H S L
Decimal 17 133 254 0.93 0.48 0 0.00 210.63 0.99 0.53
Hex 11 85 FE 5D 30 0 0 D3 63 35
Octal 21 205 376 135 60 0 0 323 143 65
Binary 10001 10000101 11111110 1011101 110000 0 0 11010011 1100011 110101

Color Harmonies of #1185FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1185FE

Black with #1185FE

Text Example


Text Example

White with #1185FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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