Html Css Color HEX #1187FD Dodger Blue

📋 copy color: '#1187FD'

red 17 ◦ green 135 ◦ blue 253

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

Shades of Dodger Blue #1187FD

Tints of Dodger Blue #1187FD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

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

R = 4.2%
G = 33.33%
B = 62.47%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1187FD (or 0x1187FD) is known color: Dodger Blue. HEX triplet: 11, 87 and FD. RGB value is (17,135,253). Sum of RGB (Red+Green+Blue) = 17+135+253=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #1187FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1187FD is #EE7802. Grayscale: #707070. Windows color (decimal): -15628291 or 16615185. OLE color: 16615185.

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

Color convert

RGB 17 135 253 -
CMYK 0.93 0.47 0 0.01
HSL 210º 0.98% 0.53% -
HSV(B) 210º 0.93% 0.99% -
XYZ 26.62 24.54 96.26 -
YUV 113.17 206.91 59.41 -
System Red Green Blue C M Y K H S L
Decimal 17 135 253 0.93 0.47 0 0.01 210 0.98 0.53
Hex 11 87 FD 5D 2F 0 1 D2 62 35
Octal 21 207 375 135 57 0 1 322 142 65
Binary 10001 10000111 11111101 1011101 101111 0 1 11010010 1100010 110101

Color Harmonies of #1187FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187FD

Black with #1187FD

Text Example


Text Example

White with #1187FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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