Html Css Color HEX #1087FD Dodger Blue

📋 copy color: '#1087FD'

red 16 ◦ green 135 ◦ blue 253

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

Shades of Dodger Blue #1087FD

Tints of Dodger Blue #1087FD

RGB

 RED value IS 16 (6.64% from 255) = 3.96%

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

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

R = 3.96%
G = 33.42%
B = 62.62%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1087FD (or 0x1087FD) is known color: Dodger Blue. HEX triplet: 10, 87 and FD. RGB value is (16,135,253). Sum of RGB (Red+Green+Blue) = 16+135+253=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #1087FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087FD is #EF7802. Grayscale: #707070. Windows color (decimal): -15693827 or 16615184. OLE color: 16615184.

HSL color Cylindrical-coordinate representation of color #1087FD: hue angle of 209.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1087FD is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 135 253 -
CMYK 0.94 0.47 0 0.01
HSL 209.87º 0.98% 0.53% -
HSV(B) 209.87º 0.94% 0.99% -
XYZ 26.61 24.53 96.26 -
YUV 112.87 207.08 58.91 -
System Red Green Blue C M Y K H S L
Decimal 16 135 253 0.94 0.47 0 0.01 209.87 0.98 0.53
Hex 10 87 FD 5E 2F 0 1 D2 62 35
Octal 20 207 375 136 57 0 1 322 142 65
Binary 10000 10000111 11111101 1011110 101111 0 1 11010010 1100010 110101

Color Harmonies of #1087FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1087FD

Black with #1087FD

Text Example


Text Example

White with #1087FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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