Html Css Color HEX #1085FF Dodger Blue

📋 copy color: '#1085FF'

red 16 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #1085FF

Tints of Dodger Blue #1085FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.12%

R = 3.96%
G = 32.92%
B = 63.12%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1085FF (or 0x1085FF) is known color: Dodger Blue. HEX triplet: 10, 85 and FF. RGB value is (16,133,255). Sum of RGB (Red+Green+Blue) = 16+133+255=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #1085FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1085FF is #EF7A00. Grayscale: #6F6F6F. Windows color (decimal): -15694337 or 16745744. OLE color: 16745744.

HSL color Cylindrical-coordinate representation of color #1085FF: hue angle of 210.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1085FF is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 133 255 -
CMYK 0.94 0.48 0 0
HSL 210.63º 1% 0.53% -
HSV(B) 210.63º 0.94% 1% -
XYZ 26.65 24.11 97.86 -
YUV 111.93 208.74 59.58 -
System Red Green Blue C M Y K H S L
Decimal 16 133 255 0.94 0.48 0 0 210.63 1 0.53
Hex 10 85 FF 5E 30 0 0 D3 64 35
Octal 20 205 377 136 60 0 0 323 144 65
Binary 10000 10000101 11111111 1011110 110000 0 0 11010011 1100100 110101

Color Harmonies of #1085FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1085FF

Black with #1085FF

Text Example


Text Example

White with #1085FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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