Html Css Color HEX #1085DF Dodger Blue

📋 copy color: '#1085DF'

red 16 ◦ green 133 ◦ blue 223

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

Shades of Dodger Blue #1085DF

Tints of Dodger Blue #1085DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 4.3%
G = 35.75%
B = 59.95%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1085DF (or 0x1085DF) is known color: Dodger Blue. HEX triplet: 10, 85 and DF. RGB value is (16,133,223). Sum of RGB (Red+Green+Blue) = 16+133+223=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #1085DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1085DF is #EF7A20. Grayscale: #6B6B6B. Windows color (decimal): -15694369 or 14648592. OLE color: 14648592.

HSL color Cylindrical-coordinate representation of color #1085DF: hue angle of 206.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1085DF is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 133 223 -
CMYK 0.93 0.40 0 0.13
HSL 206.09º 0.87% 0.47% -
HSV(B) 206.09º 0.93% 0.87% -
XYZ 21.92 22.21 72.94 -
YUV 108.28 192.74 62.18 -
System Red Green Blue C M Y K H S L
Decimal 16 133 223 0.93 0.40 0 0.13 206.09 0.87 0.47
Hex 10 85 DF 5D 28 0 D CE 57 2F
Octal 20 205 337 135 50 0 15 316 127 57
Binary 10000 10000101 11011111 1011101 101000 0 1101 11001110 1010111 101111

Color Harmonies of #1085DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1085DF

Black with #1085DF

Text Example


Text Example

White with #1085DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1085DF; }

 p { color: rgb(16,133,223); }

 H1.HeaderClassName
 {
   color: #1085DF;
 }
 .AnyTagClassName
 {
   color: #1085DF;
 }
</style>

background-color css

<style>
 a { background-color: #1085DF; }

 a { background-color: rgb(16,133,223); }

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

border-color css

<style>
 span { border-color: #1085DF; }

 span { border-color: rgb(16,133,223); }

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