Html Css Color HEX #1185EA Dodger Blue

📋 copy color: '#1185EA'

red 17 ◦ green 133 ◦ blue 234

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

Shades of Dodger Blue #1185EA

Tints of Dodger Blue #1185EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 4.43%
G = 34.64%
B = 60.94%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1185EA (or 0x1185EA) is known color: Dodger Blue. HEX triplet: 11, 85 and EA. RGB value is (17,133,234). Sum of RGB (Red+Green+Blue) = 17+133+234=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #1185EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1185EA is #EE7A15. Grayscale: #6D6D6D. Windows color (decimal): -15628822 or 15369489. OLE color: 15369489.

HSL color Cylindrical-coordinate representation of color #1185EA: hue angle of 207.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1185EA is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 133 234 -
CMYK 0.93 0.43 0 0.08
HSL 207.93º 0.86% 0.49% -
HSV(B) 207.93º 0.93% 0.92% -
XYZ 23.47 22.83 81.01 -
YUV 109.83 198.07 61.79 -
System Red Green Blue C M Y K H S L
Decimal 17 133 234 0.93 0.43 0 0.08 207.93 0.86 0.49
Hex 11 85 EA 5D 2B 0 8 D0 56 31
Octal 21 205 352 135 53 0 10 320 126 61
Binary 10001 10000101 11101010 1011101 101011 0 1000 11010000 1010110 110001

Color Harmonies of #1185EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1185EA

Black with #1185EA

Text Example


Text Example

White with #1185EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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