Html Css Color HEX #1087F6 Dodger Blue

📋 copy color: '#1087F6'

red 16 ◦ green 135 ◦ blue 246

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

Shades of Dodger Blue #1087F6

Tints of Dodger Blue #1087F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.96%

R = 4.03%
G = 34.01%
B = 61.96%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1087F6 (or 0x1087F6) is known color: Dodger Blue. HEX triplet: 10, 87 and F6. RGB value is (16,135,246). Sum of RGB (Red+Green+Blue) = 16+135+246=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #1087F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087F6 is #EF7809. Grayscale: #6F6F6F. Windows color (decimal): -15693834 or 16156432. OLE color: 16156432.

HSL color Cylindrical-coordinate representation of color #1087F6: hue angle of 208.96º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087F6 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 135 246 -
CMYK 0.93 0.45 0 0.04
HSL 208.96º 0.93% 0.51% -
HSV(B) 208.96º 0.93% 0.96% -
XYZ 25.51 24.09 90.49 -
YUV 112.07 203.58 59.47 -
System Red Green Blue C M Y K H S L
Decimal 16 135 246 0.93 0.45 0 0.04 208.96 0.93 0.51
Hex 10 87 F6 5D 2D 0 4 D1 5D 33
Octal 20 207 366 135 55 0 4 321 135 63
Binary 10000 10000111 11110110 1011101 101101 0 100 11010001 1011101 110011

Color Harmonies of #1087F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1087F6

Black with #1087F6

Text Example


Text Example

White with #1087F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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